#392B47

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

Shades of Jagger #392B47

Tints of Jagger #392B47

Color information

#392B47 (or 0x392B47) is unknown color: approx Jagger. HEX triplet: 39, 2B and 47. RGB value is (57,43,71). Sum of RGB (Red+Green+Blue) = 57+43+71=171 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.33% from 171); Green value is 43 (17.19% from 255 or 25.15% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #392B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B47 is #C6D4B8. Grayscale: #323232. Windows color (decimal): -13030585 or 4664121. OLE color: 4664121.

HSL color Cylindrical-coordinate representation of color #392B47: hue angle of 270º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #392B47 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB574371-
CMYK0.200.3900.72
HSL270º24.56%22.35%-
HSV(B)270º39.44%27.84%-
XYZ3.693.056.36-
YUV50.38139.64132.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.33%
GREEN value IS 43 (17.19% from 255) = 25.15%
BLUE value IS 71 (28.12% from 255) = 41.52%
R=33.33%
G=25.15%
B=41.52%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5743710.200.3900.7227024.5622.35
Hex392B47142704810e1916
Octal7153107244701104163126
Binary111001101011100011110100100111010010001000011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392B47; }

 p { color: rgb(57,43,71); }

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

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

 a { background-color: rgb(57,43,71); }

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

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

 span { border-color: rgb(57,43,71); }

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