색상 선택기
색상을 시각적으로 선택하고 즉시 HEX, RGB, HSL, HSV 값 얻기
Color Formats
Color Palette
Color Picker — HEX, RGB, HSL
Pick any color using a visual color wheel and get the HEX, RGB, HSL, and HSV values instantly. Save your colors to a palette, copy individual values, and convert between formats.
Color format quick reference
HEX (#rrggbb)
Used in CSS, HTML, and design tools. #FF5733 = R:255, G:87, B:51. The most common format for web design.
RGB (r, g, b)
Red, Green, Blue components 0–255. rgb(255, 87, 51). Direct control over individual channels.
HSL (h, s%, l%)
Hue (0–360°), Saturation (0–100%), Lightness (0–100%). More intuitive for adjusting shades and tints.
HSV (h, s%, v%)
Hue, Saturation, Value — used in most color pickers because it maps naturally to a rainbow + white-to-black axis.
계속 탐색
추천 이미지 도구 도구…
JPG → PNG 변환
브라우저에서 JPG/JPEG 이미지를 즉시 PNG 형식으로 변환
PNG → WebP 변환
더 나은 웹 성능을 위해 PNG 이미지를 WebP 형식으로 변환
이미지 형식 변환기
브라우저에서 PNG, JPEG, WebP 간 이미지 변환 — 업로드 불필요
이미지 압축
품질을 유지하며 용량 축소
이미지 크기 조정
사용자 지정 크기 또는 일반 사전 설정으로 이미지 크기 조정
Image Upscaler
Upscale images 2×, 3×, or 4× in your browser using Bicubic, Lanczos, or Nearest-neighbor resampling
이미지 자르기
원하지 않는 영역을 제거하고 중요한 콘텐츠에 집중하도록 이미지 자르기
이미지 → Base64
이미지를 Base64 인코딩 문자열로 변환하고 Base64를 이미지로 다시 디코딩