Shades of Havana #403031
Tints of Havana #403031
RGB
CMYK
RGB Variations
Color information
#403031 (or 0x403031) is known color: Havana. HEX triplet: 40, 30 and 31. RGB value is (64,48,49). Sum of RGB (Red+Green+Blue) = 64+48+49=161 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.75% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 64 - color contains mainly: red. Hex color #403031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403031 is #BFCFCE. Grayscale: #343434. Windows color (decimal): -12570575 or 3223616. OLE color: 3223616.
HSL color Cylindrical-coordinate representation of color #403031: hue angle of 356.25º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #403031 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 48 | 49 | - |
| CMYK | 0 | 0.25 | 0.23 | 0.75 |
| HSL | 356.25º | 0.14% | 0.22% | - |
| HSV(B) | 356.25º | 0.25% | 0.25% | - |
| XYZ | 3.73 | 3.43 | 3.37 | - |
| YUV | 52.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 49 | 0 | 0.25 | 0.23 | 0.75 | 356.25 | 0.14 | 0.22 |
| Hex | 40 | 30 | 31 | 0 | 19 | 17 | 4B | 164 | E | 16 |
| Octal | 100 | 60 | 61 | 0 | 31 | 27 | 113 | 544 | 16 | 26 |
| Binary | 1000000 | 110000 | 110001 | 0 | 11001 | 10111 | 1001011 | 101100100 | 1110 | 10110 |
Color Harmonies of #403031
Complementary color
Monochromatic Colors of #403031
Black with #403031
Text Example
Text Example
White with #403031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403031; }
p { color: rgb(64,48,49); }
H1.HeaderClassName
{
color: #403031;
}
.AnyTagClassName
{
color: #403031;
}
</style>
background-color css
<style>
a { background-color: #403031; }
a { background-color: rgb(64,48,49); }
div.DivClassName
{
background-color: #403031;
}
.BgClassName
{
background-color: #403031;
}
</style>
border-color css
<style>
span { border-color: #403031; }
span { border-color: rgb(64,48,49); }
td.TdClassName
{
border-color: #403031;
}
.TagClassName
{
border-color: #403031;
}
</style>