Shades of Havana #392B2C
Tints of Havana #392B2C
RGB
CMYK
RGB Variations
Color information
#392B2C (or 0x392B2C) is known color: 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
| RGB | 57 | 43 | 44 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.78 |
| HSL | 355.71º | 0.14% | 0.2% | - |
| HSV(B) | 355.71º | 0.25% | 0.22% | - |
| XYZ | 3.01 | 2.78 | 2.76 | - |
| YUV | 47.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 43 | 44 | 0 | 0.25 | 0.23 | 0.78 | 355.71 | 0.14 | 0.2 |
| Hex | 39 | 2B | 2C | 0 | 19 | 17 | 4E | 164 | E | 14 |
| Octal | 71 | 53 | 54 | 0 | 31 | 27 | 116 | 544 | 16 | 24 |
| Binary | 111001 | 101011 | 101100 | 0 | 11001 | 10111 | 1001110 | 101100100 | 1110 | 10100 |
Color Harmonies of #392B2C
Complementary color
Monochromatic Colors of #392B2C
Black with #392B2C
Text Example
Text Example
White with #392B2C
Text Example
Text Example
HTML Codes & Css Web 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>