#392848

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

Shades of Jagger #392848

Tints of Jagger #392848

Color information

#392848 (or 0x392848) is unknown color: approx Jagger. HEX triplet: 39, 28 and 48. RGB value is (57,40,72). Sum of RGB (Red+Green+Blue) = 57+40+72=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #392848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392848 is #C6D7B7. Grayscale: #303030. Windows color (decimal): -13031352 or 4728889. OLE color: 4728889.

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

Color convert

RGB574072-
CMYK0.210.4400.72
HSL271.88º28.57%21.96%-
HSV(B)271.88º44.44%28.24%-
XYZ3.622.866.49-
YUV48.73141.13133.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 72 (28.52% from 255) = 42.60%
R=33.73%
G=23.67%
B=42.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5740720.210.4400.72271.8828.5721.96
Hex392848152C0481101d16
Octal7150110255401104203526
Binary111001101000100100010101101100010010001000100001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392848; }

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

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

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

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

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

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

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

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