#392E42

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

Shades of Jagger #392E42

Tints of Jagger #392E42

Color information

#392E42 (or 0x392E42) is unknown color: approx Jagger. HEX triplet: 39, 2E and 42. RGB value is (57,46,66). Sum of RGB (Red+Green+Blue) = 57+46+66=169 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.73% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 66 - color contains mainly: blue. Hex color #392E42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E42 is #C6D1BD. Grayscale: #333333. Windows color (decimal): -13029822 or 4337209. OLE color: 4337209.

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

Color convert

RGB574666-
CMYK0.140.3000.74
HSL273º17.86%21.96%-
HSV(B)273º30.3%25.88%-
XYZ3.653.225.58-
YUV51.57136.14131.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.73%
GREEN value IS 46 (18.36% from 255) = 27.22%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=33.73%
G=27.22%
B=39.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5746660.140.3000.7427317.8621.96
Hex392E42E1E04A1111216
Octal7156102163601124212226
Binary1110011011101000010111011110010010101000100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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