Shades of Havana #442B2D
Tints of Havana #442B2D
RGB
CMYK
RGB Variations
Color information
#442B2D (or 0x442B2D) is known color: Havana. HEX triplet: 44, 2B and 2D. RGB value is (68,43,45). Sum of RGB (Red+Green+Blue) = 68+43+45=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 68 - color contains mainly: red. Hex color #442B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B2D is #BBD4D2. Grayscale: #323232. Windows color (decimal): -12309715 or 2960196. OLE color: 2960196.
HSL color Cylindrical-coordinate representation of color #442B2D: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #442B2D is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 45 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.73 |
| HSL | 355.2º | 0.23% | 0.22% | - |
| HSV(B) | 355.2º | 0.37% | 0.27% | - |
| XYZ | 3.72 | 3.15 | 2.89 | - |
| YUV | 50.7 | 124.78 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 45 | 0 | 0.37 | 0.34 | 0.73 | 355.2 | 0.23 | 0.22 |
| Hex | 44 | 2B | 2D | 0 | 25 | 22 | 49 | 163 | 17 | 16 |
| Octal | 104 | 53 | 55 | 0 | 45 | 42 | 111 | 543 | 27 | 26 |
| Binary | 1000100 | 101011 | 101101 | 0 | 100101 | 100010 | 1001001 | 101100011 | 10111 | 10110 |
Color Harmonies of #442B2D
Complementary color
Monochromatic Colors of #442B2D
Black with #442B2D
Text Example
Text Example
White with #442B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B2D; }
p { color: rgb(68,43,45); }
H1.HeaderClassName
{
color: #442B2D;
}
.AnyTagClassName
{
color: #442B2D;
}
</style>
background-color css
<style>
a { background-color: #442B2D; }
a { background-color: rgb(68,43,45); }
div.DivClassName
{
background-color: #442B2D;
}
.BgClassName
{
background-color: #442B2D;
}
</style>
border-color css
<style>
span { border-color: #442B2D; }
span { border-color: rgb(68,43,45); }
td.TdClassName
{
border-color: #442B2D;
}
.TagClassName
{
border-color: #442B2D;
}
</style>