#392E43

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

Shades of Jagger #392E43

Tints of Jagger #392E43

Color information

#392E43 (or 0x392E43) is unknown color: approx Jagger. HEX triplet: 39, 2E and 43. RGB value is (57,46,67). Sum of RGB (Red+Green+Blue) = 57+46+67=170 (22% of max value = 765). Red value is 57 (22.66% from 255 or 33.53% from 170); Green value is 46 (18.36% from 255 or 27.06% from 170); Blue value is 67 (26.56% from 255 or 39.41% from 170); Max value from RGB is 67 - color contains mainly: blue. Hex color #392E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E43 is #C6D1BC. Grayscale: #333333. Windows color (decimal): -13029821 or 4402745. OLE color: 4402745.

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

Color convert

RGB574667-
CMYK0.150.3100.74
HSL271.43º18.58%22.16%-
HSV(B)271.43º31.34%26.27%-
XYZ3.683.235.74-
YUV51.68136.64131.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 33.53%
GREEN value IS 46 (18.36% from 255) = 27.06%
BLUE value IS 67 (26.56% from 255) = 39.41%
R=33.53%
G=27.06%
B=39.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5746670.150.3100.74271.4318.5822.16
Hex392E43F1F04A10f1316
Octal7156103173701124172326
Binary1110011011101000011111111111010010101000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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