Shades of Havana #3D2627
Tints of Havana #3D2627
RGB
CMYK
RGB Variations
Color information
#3D2627 (or 0x3D2627) is known color: Havana. HEX triplet: 3D, 26 and 27. RGB value is (61,38,39). Sum of RGB (Red+Green+Blue) = 61+38+39=138 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.20% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2627 is #C2D9D8. Grayscale: #2D2D2D. Windows color (decimal): -12769753 or 2565693. OLE color: 2565693.
HSL color Cylindrical-coordinate representation of color #3D2627: hue angle of 357.39º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D2627 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 38 | 39 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.76 |
| HSL | 357.39º | 0.23% | 0.19% | - |
| HSV(B) | 357.39º | 0.38% | 0.24% | - |
| XYZ | 2.98 | 2.52 | 2.25 | - |
| YUV | 44.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 38 | 39 | 0 | 0.38 | 0.36 | 0.76 | 357.39 | 0.23 | 0.19 |
| Hex | 3D | 26 | 27 | 0 | 26 | 24 | 4C | 165 | 17 | 13 |
| Octal | 75 | 46 | 47 | 0 | 46 | 44 | 114 | 545 | 27 | 23 |
| Binary | 111101 | 100110 | 100111 | 0 | 100110 | 100100 | 1001100 | 101100101 | 10111 | 10011 |
Color Harmonies of #3D2627
Complementary color
Monochromatic Colors of #3D2627
Black with #3D2627
Text Example
Text Example
White with #3D2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2627; }
p { color: rgb(61,38,39); }
H1.HeaderClassName
{
color: #3D2627;
}
.AnyTagClassName
{
color: #3D2627;
}
</style>
background-color css
<style>
a { background-color: #3D2627; }
a { background-color: rgb(61,38,39); }
div.DivClassName
{
background-color: #3D2627;
}
.BgClassName
{
background-color: #3D2627;
}
</style>
border-color css
<style>
span { border-color: #3D2627; }
span { border-color: rgb(61,38,39); }
td.TdClassName
{
border-color: #3D2627;
}
.TagClassName
{
border-color: #3D2627;
}
</style>