#39204B

Color #39204B Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #39204B

Tints of Jagger #39204B

Color information

#39204B (or 0x39204B) is unknown color: approx Jagger. HEX triplet: 39, 20 and 4B. RGB value is (57,32,75). Sum of RGB (Red+Green+Blue) = 57+32+75=164 (21% of max value = 765). Red value is 57 (22.66% from 255 or 34.76% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #39204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39204B is #C6DFB4. Grayscale: #2C2C2C. Windows color (decimal): -13033397 or 4923449. OLE color: 4923449.

HSL color Cylindrical-coordinate representation of color #39204B: hue angle of 274.88º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #39204B is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB573275-
CMYK0.240.5700.71
HSL274.88º40.19%20.98%-
HSV(B)274.88º57.33%29.41%-
XYZ3.472.416.94-
YUV44.38145.28137-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 34.76%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=34.76%
G=19.51%
B=45.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5732750.240.5700.71274.8840.1920.98
Hex39204B18390471132815
Octal7140113307101074235025
Binary1110011000001001011110001110010100011110001001110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39204B; }

 p { color: rgb(57,32,75); }

 H1.HeaderClassName
 {
   color: #39204B;
 }
 .AnyTagClassName
 {
   color: #39204B;
 }
</style>
background-color css

<style>
 a { background-color: #39204B; }

 a { background-color: rgb(57,32,75); }

 div.DivClassName
 {
   background-color: #39204B;
 }
 .BgClassName
 {
   background-color: #39204B;
 }
</style>
border-color css

<style>
 span { border-color: #39204B; }

 span { border-color: rgb(57,32,75); }

 td.TdClassName
 {
   border-color: #39204B;
 }
 .TagClassName
 {
   border-color: #39204B;
 }
</style>