Shades of Havana #3B2C2D
Tints of Havana #3B2C2D
RGB
CMYK
RGB Variations
Color information
#3B2C2D (or 0x3B2C2D) is known color: Havana. HEX triplet: 3B, 2C and 2D. RGB value is (59,44,45). Sum of RGB (Red+Green+Blue) = 59+44+45=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 45 (17.97% from 255 or 30.41% from 148); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2C2D is #C4D3D2. Grayscale: #303030. Windows color (decimal): -12899283 or 2960443. OLE color: 2960443.
HSL color Cylindrical-coordinate representation of color #3B2C2D: hue angle of 356º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B2C2D is Cyan = 0, Magento = 0.25, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 44 | 45 | - |
| CMYK | 0 | 0.25 | 0.24 | 0.77 |
| HSL | 356º | 0.15% | 0.2% | - |
| HSV(B) | 356º | 0.25% | 0.23% | - |
| XYZ | 3.18 | 2.92 | 2.88 | - |
| YUV | 48.6 | 125.97 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 44 | 45 | 0 | 0.25 | 0.24 | 0.77 | 356 | 0.15 | 0.2 |
| Hex | 3B | 2C | 2D | 0 | 19 | 18 | 4D | 164 | F | 14 |
| Octal | 73 | 54 | 55 | 0 | 31 | 30 | 115 | 544 | 17 | 24 |
| Binary | 111011 | 101100 | 101101 | 0 | 11001 | 11000 | 1001101 | 101100100 | 1111 | 10100 |
Color Harmonies of #3B2C2D
Complementary color
Monochromatic Colors of #3B2C2D
Black with #3B2C2D
Text Example
Text Example
White with #3B2C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2C2D; }
p { color: rgb(59,44,45); }
H1.HeaderClassName
{
color: #3B2C2D;
}
.AnyTagClassName
{
color: #3B2C2D;
}
</style>
background-color css
<style>
a { background-color: #3B2C2D; }
a { background-color: rgb(59,44,45); }
div.DivClassName
{
background-color: #3B2C2D;
}
.BgClassName
{
background-color: #3B2C2D;
}
</style>
border-color css
<style>
span { border-color: #3B2C2D; }
span { border-color: rgb(59,44,45); }
td.TdClassName
{
border-color: #3B2C2D;
}
.TagClassName
{
border-color: #3B2C2D;
}
</style>