Shades of Havana #40292A
Tints of Havana #40292A
RGB
CMYK
RGB Variations
Color information
#40292A (or 0x40292A) is known color: Havana. HEX triplet: 40, 29 and 2A. RGB value is (64,41,42). Sum of RGB (Red+Green+Blue) = 64+41+42=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40292A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40292A is #BFD6D5. Grayscale: #303030. Windows color (decimal): -12572374 or 2763072. OLE color: 2763072.
HSL color Cylindrical-coordinate representation of color #40292A: hue angle of 357.39º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40292A is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 42 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.75 |
| HSL | 357.39º | 0.22% | 0.21% | - |
| HSV(B) | 357.39º | 0.36% | 0.25% | - |
| XYZ | 3.33 | 2.84 | 2.56 | - |
| YUV | 47.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 42 | 0 | 0.36 | 0.34 | 0.75 | 357.39 | 0.22 | 0.21 |
| Hex | 40 | 29 | 2A | 0 | 24 | 22 | 4B | 165 | 16 | 15 |
| Octal | 100 | 51 | 52 | 0 | 44 | 42 | 113 | 545 | 26 | 25 |
| Binary | 1000000 | 101001 | 101010 | 0 | 100100 | 100010 | 1001011 | 101100101 | 10110 | 10101 |
Color Harmonies of #40292A
Complementary color
Monochromatic Colors of #40292A
Black with #40292A
Text Example
Text Example
White with #40292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40292A; }
p { color: rgb(64,41,42); }
H1.HeaderClassName
{
color: #40292A;
}
.AnyTagClassName
{
color: #40292A;
}
</style>
background-color css
<style>
a { background-color: #40292A; }
a { background-color: rgb(64,41,42); }
div.DivClassName
{
background-color: #40292A;
}
.BgClassName
{
background-color: #40292A;
}
</style>
border-color css
<style>
span { border-color: #40292A; }
span { border-color: rgb(64,41,42); }
td.TdClassName
{
border-color: #40292A;
}
.TagClassName
{
border-color: #40292A;
}
</style>