Shades of Havana #41292B
Tints of Havana #41292B
RGB
CMYK
RGB Variations
Color information
#41292B (or 0x41292B) is known color: Havana. HEX triplet: 41, 29 and 2B. RGB value is (65,41,43). Sum of RGB (Red+Green+Blue) = 65+41+43=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 65 - color contains mainly: red. Hex color #41292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41292B is #BED6D4. Grayscale: #303030. Windows color (decimal): -12506837 or 2828609. OLE color: 2828609.
HSL color Cylindrical-coordinate representation of color #41292B: hue angle of 355º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41292B is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 41 | 43 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.75 |
| HSL | 355º | 0.23% | 0.21% | - |
| HSV(B) | 355º | 0.37% | 0.25% | - |
| XYZ | 3.41 | 2.88 | 2.66 | - |
| YUV | 48.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 41 | 43 | 0 | 0.37 | 0.34 | 0.75 | 355 | 0.23 | 0.21 |
| Hex | 41 | 29 | 2B | 0 | 25 | 22 | 4B | 163 | 17 | 15 |
| Octal | 101 | 51 | 53 | 0 | 45 | 42 | 113 | 543 | 27 | 25 |
| Binary | 1000001 | 101001 | 101011 | 0 | 100101 | 100010 | 1001011 | 101100011 | 10111 | 10101 |
Color Harmonies of #41292B
Complementary color
Monochromatic Colors of #41292B
Black with #41292B
Text Example
Text Example
White with #41292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41292B; }
p { color: rgb(65,41,43); }
H1.HeaderClassName
{
color: #41292B;
}
.AnyTagClassName
{
color: #41292B;
}
</style>
background-color css
<style>
a { background-color: #41292B; }
a { background-color: rgb(65,41,43); }
div.DivClassName
{
background-color: #41292B;
}
.BgClassName
{
background-color: #41292B;
}
</style>
border-color css
<style>
span { border-color: #41292B; }
span { border-color: rgb(65,41,43); }
td.TdClassName
{
border-color: #41292B;
}
.TagClassName
{
border-color: #41292B;
}
</style>