Shades of Havana #40292B
Tints of Havana #40292B
RGB
CMYK
RGB Variations
Color information
#40292B (or 0x40292B) is known color: Havana. HEX triplet: 40, 29 and 2B. RGB value is (64,41,43). Sum of RGB (Red+Green+Blue) = 64+41+43=148 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.24% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 64 - color contains mainly: red. Hex color #40292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40292B is #BFD6D4. Grayscale: #303030. Windows color (decimal): -12572373 or 2828608. OLE color: 2828608.
HSL color Cylindrical-coordinate representation of color #40292B: hue angle of 354.78º 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 #40292B is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 41 | 43 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.75 |
| HSL | 354.78º | 0.22% | 0.21% | - |
| HSV(B) | 354.78º | 0.36% | 0.25% | - |
| XYZ | 3.34 | 2.85 | 2.66 | - |
| YUV | 48.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 41 | 43 | 0 | 0.36 | 0.33 | 0.75 | 354.78 | 0.22 | 0.21 |
| Hex | 40 | 29 | 2B | 0 | 24 | 21 | 4B | 163 | 16 | 15 |
| Octal | 100 | 51 | 53 | 0 | 44 | 41 | 113 | 543 | 26 | 25 |
| Binary | 1000000 | 101001 | 101011 | 0 | 100100 | 100001 | 1001011 | 101100011 | 10110 | 10101 |
Color Harmonies of #40292B
Complementary color
Monochromatic Colors of #40292B
Black with #40292B
Text Example
Text Example
White with #40292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40292B; }
p { color: rgb(64,41,43); }
H1.HeaderClassName
{
color: #40292B;
}
.AnyTagClassName
{
color: #40292B;
}
</style>
background-color css
<style>
a { background-color: #40292B; }
a { background-color: rgb(64,41,43); }
div.DivClassName
{
background-color: #40292B;
}
.BgClassName
{
background-color: #40292B;
}
</style>
border-color css
<style>
span { border-color: #40292B; }
span { border-color: rgb(64,41,43); }
td.TdClassName
{
border-color: #40292B;
}
.TagClassName
{
border-color: #40292B;
}
</style>