Shades of Havana #3D2B2D
Tints of Havana #3D2B2D
RGB
CMYK
RGB Variations
Color information
#3D2B2D (or 0x3D2B2D) is known color: Havana. HEX triplet: 3D, 2B and 2D. RGB value is (61,43,45). Sum of RGB (Red+Green+Blue) = 61+43+45=149 (19% of max value = 765). Red value is 61 (24.22% from 255 or 40.94% from 149); Green value is 43 (17.19% from 255 or 28.86% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2B2D is #C2D4D2. Grayscale: #303030. Windows color (decimal): -12768467 or 2960189. OLE color: 2960189.
HSL color Cylindrical-coordinate representation of color #3D2B2D: hue angle of 353.33º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D2B2D is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 43 | 45 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.76 |
| HSL | 353.33º | 0.17% | 0.2% | - |
| HSV(B) | 353.33º | 0.3% | 0.24% | - |
| XYZ | 3.26 | 2.91 | 2.87 | - |
| YUV | 48.61 | 125.96 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 43 | 45 | 0 | 0.30 | 0.26 | 0.76 | 353.33 | 0.17 | 0.2 |
| Hex | 3D | 2B | 2D | 0 | 1E | 1A | 4C | 161 | 11 | 14 |
| Octal | 75 | 53 | 55 | 0 | 36 | 32 | 114 | 541 | 21 | 24 |
| Binary | 111101 | 101011 | 101101 | 0 | 11110 | 11010 | 1001100 | 101100001 | 10001 | 10100 |
Color Harmonies of #3D2B2D
Complementary color
Monochromatic Colors of #3D2B2D
Black with #3D2B2D
Text Example
Text Example
White with #3D2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2B2D; }
p { color: rgb(61,43,45); }
H1.HeaderClassName
{
color: #3D2B2D;
}
.AnyTagClassName
{
color: #3D2B2D;
}
</style>
background-color css
<style>
a { background-color: #3D2B2D; }
a { background-color: rgb(61,43,45); }
div.DivClassName
{
background-color: #3D2B2D;
}
.BgClassName
{
background-color: #3D2B2D;
}
</style>
border-color css
<style>
span { border-color: #3D2B2D; }
span { border-color: rgb(61,43,45); }
td.TdClassName
{
border-color: #3D2B2D;
}
.TagClassName
{
border-color: #3D2B2D;
}
</style>