Shades of Havana #3D3133
Tints of Havana #3D3133
RGB
CMYK
RGB Variations
Color information
#3D3133 (or 0x3D3133) is known color: Havana. HEX triplet: 3D, 31 and 33. RGB value is (61,49,51). Sum of RGB (Red+Green+Blue) = 61+49+51=161 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.89% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 61 - color contains mainly: red. Hex color #3D3133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3133 is #C2CECC. Grayscale: #343434. Windows color (decimal): -12766925 or 3354941. OLE color: 3354941.
HSL color Cylindrical-coordinate representation of color #3D3133: hue angle of 350º degrees, saturation: 0.11, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3D3133 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 49 | 51 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.76 |
| HSL | 350º | 0.11% | 0.22% | - |
| HSV(B) | 350º | 0.2% | 0.24% | - |
| XYZ | 3.62 | 3.43 | 3.6 | - |
| YUV | 52.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 49 | 51 | 0 | 0.20 | 0.16 | 0.76 | 350 | 0.11 | 0.22 |
| Hex | 3D | 31 | 33 | 0 | 14 | 10 | 4C | 15E | B | 16 |
| Octal | 75 | 61 | 63 | 0 | 24 | 20 | 114 | 536 | 13 | 26 |
| Binary | 111101 | 110001 | 110011 | 0 | 10100 | 10000 | 1001100 | 101011110 | 1011 | 10110 |
Color Harmonies of #3D3133
Complementary color
Monochromatic Colors of #3D3133
Black with #3D3133
Text Example
Text Example
White with #3D3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3133; }
p { color: rgb(61,49,51); }
H1.HeaderClassName
{
color: #3D3133;
}
.AnyTagClassName
{
color: #3D3133;
}
</style>
background-color css
<style>
a { background-color: #3D3133; }
a { background-color: rgb(61,49,51); }
div.DivClassName
{
background-color: #3D3133;
}
.BgClassName
{
background-color: #3D3133;
}
</style>
border-color css
<style>
span { border-color: #3D3133; }
span { border-color: rgb(61,49,51); }
td.TdClassName
{
border-color: #3D3133;
}
.TagClassName
{
border-color: #3D3133;
}
</style>