#392B2C

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

Shades of Havana #392B2C

Tints of Havana #392B2C

Color information

#392B2C (or 0x392B2C) is unknown color: approx Havana. HEX triplet: 39, 2B and 2C. RGB value is (57,43,44). Sum of RGB (Red+Green+Blue) = 57+43+44=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 44 (17.58% from 255 or 30.56% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392B2C is #C6D4D3. Grayscale: #2F2F2F. Windows color (decimal): -13030612 or 2894649. OLE color: 2894649.

HSL color Cylindrical-coordinate representation of color #392B2C: hue angle of 355.71º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #392B2C is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB574344-
CMYK00.250.230.78
HSL355.71º14%19.61%-
HSV(B)355.71º24.56%22.35%-
XYZ3.012.782.76-
YUV47.3126.14134.92-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.58%
GREEN value IS 43 (17.19% from 255) = 29.86%
BLUE value IS 44 (17.58% from 255) = 30.56%
R=39.58%
G=29.86%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57434400.250.230.78355.711419.61
Hex392B2C019174E164e14
Octal715354031271165441624
Binary111001101011101100011001101111001110101100100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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