#392B48

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

Shades of Jagger #392B48

Tints of Jagger #392B48

Color information

#392B48 (or 0x392B48) is unknown color: approx Jagger. HEX triplet: 39, 2B and 48. RGB value is (57,43,72). Sum of RGB (Red+Green+Blue) = 57+43+72=172 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.14% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 72 (28.52% from 255 or 41.86% from 172); Max value from RGB is 72 - color contains mainly: blue. Hex color #392B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B48 is #C6D4B7. Grayscale: #323232. Windows color (decimal): -13030584 or 4729657. OLE color: 4729657.

HSL color Cylindrical-coordinate representation of color #392B48: hue angle of 268.97º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #392B48 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB574372-
CMYK0.210.4000.72
HSL268.97º25.22%22.55%-
HSV(B)268.97º40.28%28.24%-
XYZ3.723.076.53-
YUV50.49140.14132.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.14%
GREEN value IS 43 (17.19% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 41.86%
R=33.14%
G=25%
B=41.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5743720.210.4000.72268.9725.2222.55
Hex392B48152804810d1917
Octal7153110255001104153127
Binary111001101011100100010101101000010010001000011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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