Shades of Havana #442B2C
Tints of Havana #442B2C
RGB
CMYK
RGB Variations
Color information
#442B2C (or 0x442B2C) is known color: Havana. HEX triplet: 44, 2B and 2C. RGB value is (68,43,44). Sum of RGB (Red+Green+Blue) = 68+43+44=155 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.87% from 155); Green value is 43 (17.19% from 255 or 27.74% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 68 - color contains mainly: red. Hex color #442B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B2C is #BBD4D3. Grayscale: #323232. Windows color (decimal): -12309716 or 2894660. OLE color: 2894660.
HSL color Cylindrical-coordinate representation of color #442B2C: hue angle of 357.6º 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 #442B2C is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 43 | 44 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.73 |
| HSL | 357.6º | 0.23% | 0.22% | - |
| HSV(B) | 357.6º | 0.37% | 0.27% | - |
| XYZ | 3.7 | 3.14 | 2.79 | - |
| YUV | 50.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 43 | 44 | 0 | 0.37 | 0.35 | 0.73 | 357.6 | 0.23 | 0.22 |
| Hex | 44 | 2B | 2C | 0 | 25 | 23 | 49 | 166 | 17 | 16 |
| Octal | 104 | 53 | 54 | 0 | 45 | 43 | 111 | 546 | 27 | 26 |
| Binary | 1000100 | 101011 | 101100 | 0 | 100101 | 100011 | 1001001 | 101100110 | 10111 | 10110 |
Color Harmonies of #442B2C
Complementary color
Monochromatic Colors of #442B2C
Black with #442B2C
Text Example
Text Example
White with #442B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442B2C; }
p { color: rgb(68,43,44); }
H1.HeaderClassName
{
color: #442B2C;
}
.AnyTagClassName
{
color: #442B2C;
}
</style>
background-color css
<style>
a { background-color: #442B2C; }
a { background-color: rgb(68,43,44); }
div.DivClassName
{
background-color: #442B2C;
}
.BgClassName
{
background-color: #442B2C;
}
</style>
border-color css
<style>
span { border-color: #442B2C; }
span { border-color: rgb(68,43,44); }
td.TdClassName
{
border-color: #442B2C;
}
.TagClassName
{
border-color: #442B2C;
}
</style>