Shades of Havana #372B2C
Tints of Havana #372B2C
RGB
CMYK
RGB Variations
Color information
#372B2C (or 0x372B2C) is known color: Havana. HEX triplet: 37, 2B and 2C. RGB value is (55,43,44). Sum of RGB (Red+Green+Blue) = 55+43+44=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 55 - color contains mainly: red. Hex color #372B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372B2C is #C8D4D3. Grayscale: #2E2E2E. Windows color (decimal): -13161684 or 2894647. OLE color: 2894647.
HSL color Cylindrical-coordinate representation of color #372B2C: hue angle of 355º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #372B2C is Cyan = 0, Magento = 0.22, Yellow = 0.2 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 43 | 44 | - |
| CMYK | 0 | 0.22 | 0.2 | 0.78 |
| HSL | 355º | 0.12% | 0.19% | - |
| HSV(B) | 355º | 0.22% | 0.22% | - |
| XYZ | 2.89 | 2.72 | 2.76 | - |
| YUV | 46.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 43 | 44 | 0 | 0.22 | 0.2 | 0.78 | 355 | 0.12 | 0.19 |
| Hex | 37 | 2B | 2C | 0 | 16 | 14 | 4E | 163 | C | 13 |
| Octal | 67 | 53 | 54 | 0 | 26 | 24 | 116 | 543 | 14 | 23 |
| Binary | 110111 | 101011 | 101100 | 0 | 10110 | 10100 | 1001110 | 101100011 | 1100 | 10011 |
Color Harmonies of #372B2C
Complementary color
Monochromatic Colors of #372B2C
Black with #372B2C
Text Example
Text Example
White with #372B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #372B2C; }
p { color: rgb(55,43,44); }
H1.HeaderClassName
{
color: #372B2C;
}
.AnyTagClassName
{
color: #372B2C;
}
</style>
background-color css
<style>
a { background-color: #372B2C; }
a { background-color: rgb(55,43,44); }
div.DivClassName
{
background-color: #372B2C;
}
.BgClassName
{
background-color: #372B2C;
}
</style>
border-color css
<style>
span { border-color: #372B2C; }
span { border-color: rgb(55,43,44); }
td.TdClassName
{
border-color: #372B2C;
}
.TagClassName
{
border-color: #372B2C;
}
</style>