Shades of Havana #3B2B2D
Tints of Havana #3B2B2D
RGB
CMYK
RGB Variations
Color information
#3B2B2D (or 0x3B2B2D) is known color: Havana. HEX triplet: 3B, 2B and 2D. RGB value is (59,43,45). Sum of RGB (Red+Green+Blue) = 59+43+45=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 45 (17.97% from 255 or 30.61% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2B2D is #C4D4D2. Grayscale: #303030. Windows color (decimal): -12899539 or 2960187. OLE color: 2960187.
HSL color Cylindrical-coordinate representation of color #3B2B2D: hue angle of 352.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3B2B2D is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.77.
Color convert
RGB | 59 | 43 | 45 | - |
CMYK | 0 | 0.27 | 0.24 | 0.77 |
HSL | 352.5º | 0.16% | 0.2% | - |
HSV(B) | 352.5º | 0.27% | 0.23% | - |
XYZ | 3.14 | 2.85 | 2.87 | - |
YUV | 48.01 | 126.3 | 135.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 43 | 45 | 0 | 0.27 | 0.24 | 0.77 | 352.5 | 0.16 | 0.2 |
Hex | 3B | 2B | 2D | 0 | 1B | 18 | 4D | 160 | 10 | 14 |
Octal | 73 | 53 | 55 | 0 | 33 | 30 | 115 | 540 | 20 | 24 |
Binary | 111011 | 101011 | 101101 | 0 | 11011 | 11000 | 1001101 | 101100000 | 10000 | 10100 |
Color Harmonies of #3B2B2D
Complementary color
Monochromatic Colors of #3B2B2D
Black with #3B2B2D
Text Example
Text Example
White with #3B2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B2B2D; }
p { color: rgb(59,43,45); }
H1.HeaderClassName
{
color: #3B2B2D;
}
.AnyTagClassName
{
color: #3B2B2D;
}
</style>
background-color css
<style>
a { background-color: #3B2B2D; }
a { background-color: rgb(59,43,45); }
div.DivClassName
{
background-color: #3B2B2D;
}
.BgClassName
{
background-color: #3B2B2D;
}
</style>
border-color css
<style>
span { border-color: #3B2B2D; }
span { border-color: rgb(59,43,45); }
td.TdClassName
{
border-color: #3B2B2D;
}
.TagClassName
{
border-color: #3B2B2D;
}
</style>