Shades of Havana #392A2B
Tints of Havana #392A2B
RGB
CMYK
RGB Variations
Color information
#392A2B (or 0x392A2B) is known color: Havana. HEX triplet: 39, 2A and 2B. RGB value is (57,42,43). Sum of RGB (Red+Green+Blue) = 57+42+43=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 57 - color contains mainly: red. Hex color #392A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A2B is #C6D5D4. Grayscale: #2E2E2E. Windows color (decimal): -13030869 or 2828857. OLE color: 2828857.
HSL color Cylindrical-coordinate representation of color #392A2B: hue angle of 356º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392A2B is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 57 | 42 | 43 | - |
| CMYK | 0 | 0.26 | 0.25 | 0.78 |
| HSL | 356º | 0.15% | 0.19% | - |
| HSV(B) | 356º | 0.26% | 0.22% | - |
| XYZ | 2.95 | 2.7 | 2.65 | - |
| YUV | 46.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 42 | 43 | 0 | 0.26 | 0.25 | 0.78 | 356 | 0.15 | 0.19 |
| Hex | 39 | 2A | 2B | 0 | 1A | 19 | 4E | 164 | F | 13 |
| Octal | 71 | 52 | 53 | 0 | 32 | 31 | 116 | 544 | 17 | 23 |
| Binary | 111001 | 101010 | 101011 | 0 | 11010 | 11001 | 1001110 | 101100100 | 1111 | 10011 |
Color Harmonies of #392A2B
Complementary color
Monochromatic Colors of #392A2B
Black with #392A2B
Text Example
Text Example
White with #392A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #392A2B; }
p { color: rgb(57,42,43); }
H1.HeaderClassName
{
color: #392A2B;
}
.AnyTagClassName
{
color: #392A2B;
}
</style>
background-color css
<style>
a { background-color: #392A2B; }
a { background-color: rgb(57,42,43); }
div.DivClassName
{
background-color: #392A2B;
}
.BgClassName
{
background-color: #392A2B;
}
</style>
border-color css
<style>
span { border-color: #392A2B; }
span { border-color: rgb(57,42,43); }
td.TdClassName
{
border-color: #392A2B;
}
.TagClassName
{
border-color: #392A2B;
}
</style>