Shades of Havana #402E30
Tints of Havana #402E30
RGB
CMYK
RGB Variations
Color information
#402E30 (or 0x402E30) is known color: Havana. HEX triplet: 40, 2E and 30. RGB value is (64,46,48). Sum of RGB (Red+Green+Blue) = 64+46+48=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402E30 is #BFD1CF. Grayscale: #333333. Windows color (decimal): -12571088 or 3157568. OLE color: 3157568.
HSL color Cylindrical-coordinate representation of color #402E30: hue angle of 353.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #402E30 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 46 | 48 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.75 |
| HSL | 353.33º | 0.16% | 0.22% | - |
| HSV(B) | 353.33º | 0.28% | 0.25% | - |
| XYZ | 3.62 | 3.26 | 3.23 | - |
| YUV | 51.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 46 | 48 | 0 | 0.28 | 0.25 | 0.75 | 353.33 | 0.16 | 0.22 |
| Hex | 40 | 2E | 30 | 0 | 1C | 19 | 4B | 161 | 10 | 16 |
| Octal | 100 | 56 | 60 | 0 | 34 | 31 | 113 | 541 | 20 | 26 |
| Binary | 1000000 | 101110 | 110000 | 0 | 11100 | 11001 | 1001011 | 101100001 | 10000 | 10110 |
Color Harmonies of #402E30
Complementary color
Monochromatic Colors of #402E30
Black with #402E30
Text Example
Text Example
White with #402E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #402E30; }
p { color: rgb(64,46,48); }
H1.HeaderClassName
{
color: #402E30;
}
.AnyTagClassName
{
color: #402E30;
}
</style>
background-color css
<style>
a { background-color: #402E30; }
a { background-color: rgb(64,46,48); }
div.DivClassName
{
background-color: #402E30;
}
.BgClassName
{
background-color: #402E30;
}
</style>
border-color css
<style>
span { border-color: #402E30; }
span { border-color: rgb(64,46,48); }
td.TdClassName
{
border-color: #402E30;
}
.TagClassName
{
border-color: #402E30;
}
</style>