Shades of Havana #402B2C
Tints of Havana #402B2C
RGB
CMYK
RGB Variations
Color information
#402B2C (or 0x402B2C) is known color: Havana. HEX triplet: 40, 2B and 2C. RGB value is (64,43,44). Sum of RGB (Red+Green+Blue) = 64+43+44=151 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.38% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 64 - color contains mainly: red. Hex color #402B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B2C is #BFD4D3. Grayscale: #313131. Windows color (decimal): -12571860 or 2894656. OLE color: 2894656.
HSL color Cylindrical-coordinate representation of color #402B2C: hue angle of 357.14º degrees, saturation: 0.2, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #402B2C is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 43 | 44 | - |
| CMYK | 0 | 0.33 | 0.31 | 0.75 |
| HSL | 357.14º | 0.2% | 0.21% | - |
| HSV(B) | 357.14º | 0.33% | 0.25% | - |
| XYZ | 3.43 | 3 | 2.78 | - |
| YUV | 49.39 | 124.96 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 43 | 44 | 0 | 0.33 | 0.31 | 0.75 | 357.14 | 0.2 | 0.21 |
| Hex | 40 | 2B | 2C | 0 | 21 | 1F | 4B | 165 | 14 | 15 |
| Octal | 100 | 53 | 54 | 0 | 41 | 37 | 113 | 545 | 24 | 25 |
| Binary | 1000000 | 101011 | 101100 | 0 | 100001 | 11111 | 1001011 | 101100101 | 10100 | 10101 |
Color Harmonies of #402B2C
Complementary color
Monochromatic Colors of #402B2C
Black with #402B2C
Text Example
Text Example
White with #402B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402B2C; }
p { color: rgb(64,43,44); }
H1.HeaderClassName
{
color: #402B2C;
}
.AnyTagClassName
{
color: #402B2C;
}
</style>
background-color css
<style>
a { background-color: #402B2C; }
a { background-color: rgb(64,43,44); }
div.DivClassName
{
background-color: #402B2C;
}
.BgClassName
{
background-color: #402B2C;
}
</style>
border-color css
<style>
span { border-color: #402B2C; }
span { border-color: rgb(64,43,44); }
td.TdClassName
{
border-color: #402B2C;
}
.TagClassName
{
border-color: #402B2C;
}
</style>