Shades of Havana #42292B
Tints of Havana #42292B
RGB
CMYK
RGB Variations
Color information
#42292B (or 0x42292B) is known color: Havana. HEX triplet: 42, 29 and 2B. RGB value is (66,41,43). Sum of RGB (Red+Green+Blue) = 66+41+43=150 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 66 - color contains mainly: red. Hex color #42292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42292B is #BDD6D4. Grayscale: #303030. Windows color (decimal): -12441301 or 2828610. OLE color: 2828610.
HSL color Cylindrical-coordinate representation of color #42292B: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #42292B is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 41 | 43 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.74 |
| HSL | 355.2º | 0.23% | 0.21% | - |
| HSV(B) | 355.2º | 0.38% | 0.26% | - |
| XYZ | 3.48 | 2.92 | 2.67 | - |
| YUV | 48.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 41 | 43 | 0 | 0.38 | 0.35 | 0.74 | 355.2 | 0.23 | 0.21 |
| Hex | 42 | 29 | 2B | 0 | 26 | 23 | 4A | 163 | 17 | 15 |
| Octal | 102 | 51 | 53 | 0 | 46 | 43 | 112 | 543 | 27 | 25 |
| Binary | 1000010 | 101001 | 101011 | 0 | 100110 | 100011 | 1001010 | 101100011 | 10111 | 10101 |
Color Harmonies of #42292B
Complementary color
Monochromatic Colors of #42292B
Black with #42292B
Text Example
Text Example
White with #42292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42292B; }
p { color: rgb(66,41,43); }
H1.HeaderClassName
{
color: #42292B;
}
.AnyTagClassName
{
color: #42292B;
}
</style>
background-color css
<style>
a { background-color: #42292B; }
a { background-color: rgb(66,41,43); }
div.DivClassName
{
background-color: #42292B;
}
.BgClassName
{
background-color: #42292B;
}
</style>
border-color css
<style>
span { border-color: #42292B; }
span { border-color: rgb(66,41,43); }
td.TdClassName
{
border-color: #42292B;
}
.TagClassName
{
border-color: #42292B;
}
</style>