Shades of Havana #37292A
Tints of Havana #37292A
RGB
CMYK
RGB Variations
Color information
#37292A (or 0x37292A) is known color: Havana. HEX triplet: 37, 29 and 2A. RGB value is (55,41,42). Sum of RGB (Red+Green+Blue) = 55+41+42=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 55 - color contains mainly: red. Hex color #37292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37292A is #C8D6D5. Grayscale: #2D2D2D. Windows color (decimal): -13162198 or 2763063. OLE color: 2763063.
HSL color Cylindrical-coordinate representation of color #37292A: hue angle of 355.71º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #37292A is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 41 | 42 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.78 |
| HSL | 355.71º | 0.15% | 0.19% | - |
| HSV(B) | 355.71º | 0.25% | 0.22% | - |
| XYZ | 2.79 | 2.57 | 2.54 | - |
| YUV | 45.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 41 | 42 | 0 | 0.25 | 0.24 | 0.78 | 355.71 | 0.15 | 0.19 |
| Hex | 37 | 29 | 2A | 0 | 19 | 18 | 4E | 164 | F | 13 |
| Octal | 67 | 51 | 52 | 0 | 31 | 30 | 116 | 544 | 17 | 23 |
| Binary | 110111 | 101001 | 101010 | 0 | 11001 | 11000 | 1001110 | 101100100 | 1111 | 10011 |
Color Harmonies of #37292A
Complementary color
Monochromatic Colors of #37292A
Black with #37292A
Text Example
Text Example
White with #37292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37292A; }
p { color: rgb(55,41,42); }
H1.HeaderClassName
{
color: #37292A;
}
.AnyTagClassName
{
color: #37292A;
}
</style>
background-color css
<style>
a { background-color: #37292A; }
a { background-color: rgb(55,41,42); }
div.DivClassName
{
background-color: #37292A;
}
.BgClassName
{
background-color: #37292A;
}
</style>
border-color css
<style>
span { border-color: #37292A; }
span { border-color: rgb(55,41,42); }
td.TdClassName
{
border-color: #37292A;
}
.TagClassName
{
border-color: #37292A;
}
</style>