#392048

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

Shades of Jagger #392048

Tints of Jagger #392048

Color information

#392048 (or 0x392048) is unknown color: approx Jagger. HEX triplet: 39, 20 and 48. RGB value is (57,32,72). Sum of RGB (Red+Green+Blue) = 57+32+72=161 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.40% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #392048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392048 is #C6DFB7. Grayscale: #2B2B2B. Windows color (decimal): -13033400 or 4726841. OLE color: 4726841.

HSL color Cylindrical-coordinate representation of color #392048: hue angle of 277.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #392048 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB573272-
CMYK0.210.5600.72
HSL277.5º38.46%20.39%-
HSV(B)277.5º55.56%28.24%-
XYZ3.372.376.41-
YUV44.04143.78137.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 35.40%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 72 (28.52% from 255) = 44.72%
R=35.40%
G=19.88%
B=44.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5732720.210.5600.72277.538.4620.39
Hex39204815380481162614
Octal7140110257001104264624
Binary1110011000001001000101011110000100100010001011010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392048; }

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

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

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

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

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

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

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

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