#392D42

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

Shades of Jagger #392D42

Tints of Jagger #392D42

Color information

#392D42 (or 0x392D42) is unknown color: approx Jagger. HEX triplet: 39, 2D and 42. RGB value is (57,45,66). Sum of RGB (Red+Green+Blue) = 57+45+66=168 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.93% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 66 - color contains mainly: blue. Hex color #392D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392D42 is #C6D2BD. Grayscale: #323232. Windows color (decimal): -13030078 or 4336953. OLE color: 4336953.

HSL color Cylindrical-coordinate representation of color #392D42: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #392D42 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB574566-
CMYK0.140.3200.74
HSL274.29º18.92%21.76%-
HSV(B)274.29º31.82%25.88%-
XYZ3.613.145.57-
YUV50.98136.48132.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.93%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 66 (26.17% from 255) = 39.29%
R=33.93%
G=26.79%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5745660.140.3200.74274.2918.9221.76
Hex392D42E2004A1121316
Octal7155102164001124222326
Binary11100110110110000101110100000010010101000100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,45,66); }

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

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

 a { background-color: rgb(57,45,66); }

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

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

 span { border-color: rgb(57,45,66); }

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