Shades of Havana #41282B
Tints of Havana #41282B
RGB
CMYK
RGB Variations
Color information
#41282B (or 0x41282B) is known color: Havana. HEX triplet: 41, 28 and 2B. RGB value is (65,40,43). Sum of RGB (Red+Green+Blue) = 65+40+43=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 40 (16.02% from 255 or 27.03% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41282B is #BED7D4. Grayscale: #2F2F2F. Windows color (decimal): -12507093 or 2828353. OLE color: 2828353.
HSL color Cylindrical-coordinate representation of color #41282B: hue angle of 352.8º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #41282B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 40 | 43 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.75 |
| HSL | 352.8º | 0.24% | 0.21% | - |
| HSV(B) | 352.8º | 0.38% | 0.25% | - |
| XYZ | 3.37 | 2.82 | 2.65 | - |
| YUV | 47.82 | 125.28 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 40 | 43 | 0 | 0.38 | 0.34 | 0.75 | 352.8 | 0.24 | 0.21 |
| Hex | 41 | 28 | 2B | 0 | 26 | 22 | 4B | 161 | 18 | 15 |
| Octal | 101 | 50 | 53 | 0 | 46 | 42 | 113 | 541 | 30 | 25 |
| Binary | 1000001 | 101000 | 101011 | 0 | 100110 | 100010 | 1001011 | 101100001 | 11000 | 10101 |
Color Harmonies of #41282B
Complementary color
Monochromatic Colors of #41282B
Black with #41282B
Text Example
Text Example
White with #41282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41282B; }
p { color: rgb(65,40,43); }
H1.HeaderClassName
{
color: #41282B;
}
.AnyTagClassName
{
color: #41282B;
}
</style>
background-color css
<style>
a { background-color: #41282B; }
a { background-color: rgb(65,40,43); }
div.DivClassName
{
background-color: #41282B;
}
.BgClassName
{
background-color: #41282B;
}
</style>
border-color css
<style>
span { border-color: #41282B; }
span { border-color: rgb(65,40,43); }
td.TdClassName
{
border-color: #41282B;
}
.TagClassName
{
border-color: #41282B;
}
</style>