Shades of Havana #40282B
Tints of Havana #40282B
RGB
CMYK
RGB Variations
Color information
#40282B (or 0x40282B) is known color: Havana. HEX triplet: 40, 28 and 2B. RGB value is (64,40,43). Sum of RGB (Red+Green+Blue) = 64+40+43=147 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.54% from 147); Green value is 40 (16.02% from 255 or 27.21% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 64 - color contains mainly: red. Hex color #40282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40282B is #BFD7D4. Grayscale: #2F2F2F. Windows color (decimal): -12572629 or 2828352. OLE color: 2828352.
HSL color Cylindrical-coordinate representation of color #40282B: hue angle of 352.5º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #40282B is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 40 | 43 | - |
| CMYK | 0 | 0.38 | 0.33 | 0.75 |
| HSL | 352.5º | 0.23% | 0.2% | - |
| HSV(B) | 352.5º | 0.38% | 0.25% | - |
| XYZ | 3.31 | 2.78 | 2.65 | - |
| YUV | 47.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 40 | 43 | 0 | 0.38 | 0.33 | 0.75 | 352.5 | 0.23 | 0.2 |
| Hex | 40 | 28 | 2B | 0 | 26 | 21 | 4B | 160 | 17 | 14 |
| Octal | 100 | 50 | 53 | 0 | 46 | 41 | 113 | 540 | 27 | 24 |
| Binary | 1000000 | 101000 | 101011 | 0 | 100110 | 100001 | 1001011 | 101100000 | 10111 | 10100 |
Color Harmonies of #40282B
Complementary color
Monochromatic Colors of #40282B
Black with #40282B
Text Example
Text Example
White with #40282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40282B; }
p { color: rgb(64,40,43); }
H1.HeaderClassName
{
color: #40282B;
}
.AnyTagClassName
{
color: #40282B;
}
</style>
background-color css
<style>
a { background-color: #40282B; }
a { background-color: rgb(64,40,43); }
div.DivClassName
{
background-color: #40282B;
}
.BgClassName
{
background-color: #40282B;
}
</style>
border-color css
<style>
span { border-color: #40282B; }
span { border-color: rgb(64,40,43); }
td.TdClassName
{
border-color: #40282B;
}
.TagClassName
{
border-color: #40282B;
}
</style>