Shades of Havana #422E2F
Tints of Havana #422E2F
RGB
CMYK
RGB Variations
Color information
#422E2F (or 0x422E2F) is known color: Havana. HEX triplet: 42, 2E and 2F. RGB value is (66,46,47). Sum of RGB (Red+Green+Blue) = 66+46+47=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 47 (18.75% from 255 or 29.56% from 159); Max value from RGB is 66 - color contains mainly: red. Hex color #422E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #422E2F is #BDD1D0. Grayscale: #343434. Windows color (decimal): -12440017 or 3092034. OLE color: 3092034.
HSL color Cylindrical-coordinate representation of color #422E2F: hue angle of 357º degrees, saturation: 0.18, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #422E2F is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 46 | 47 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.74 |
| HSL | 357º | 0.18% | 0.22% | - |
| HSV(B) | 357º | 0.3% | 0.26% | - |
| XYZ | 3.74 | 3.32 | 3.13 | - |
| YUV | 52.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 46 | 47 | 0 | 0.30 | 0.29 | 0.74 | 357 | 0.18 | 0.22 |
| Hex | 42 | 2E | 2F | 0 | 1E | 1D | 4A | 165 | 12 | 16 |
| Octal | 102 | 56 | 57 | 0 | 36 | 35 | 112 | 545 | 22 | 26 |
| Binary | 1000010 | 101110 | 101111 | 0 | 11110 | 11101 | 1001010 | 101100101 | 10010 | 10110 |
Color Harmonies of #422E2F
Complementary color
Monochromatic Colors of #422E2F
Black with #422E2F
Text Example
Text Example
White with #422E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #422E2F; }
p { color: rgb(66,46,47); }
H1.HeaderClassName
{
color: #422E2F;
}
.AnyTagClassName
{
color: #422E2F;
}
</style>
background-color css
<style>
a { background-color: #422E2F; }
a { background-color: rgb(66,46,47); }
div.DivClassName
{
background-color: #422E2F;
}
.BgClassName
{
background-color: #422E2F;
}
</style>
border-color css
<style>
span { border-color: #422E2F; }
span { border-color: rgb(66,46,47); }
td.TdClassName
{
border-color: #422E2F;
}
.TagClassName
{
border-color: #422E2F;
}
</style>