Shades of Havana #3F2527
Tints of Havana #3F2527
RGB
CMYK
RGB Variations
Color information
#3F2527 (or 0x3F2527) is known color: Havana. HEX triplet: 3F, 25 and 27. RGB value is (63,37,39). Sum of RGB (Red+Green+Blue) = 63+37+39=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2527 is #C0DAD8. Grayscale: #2D2D2D. Windows color (decimal): -12638937 or 2565439. OLE color: 2565439.
HSL color Cylindrical-coordinate representation of color #3F2527: hue angle of 355.38º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F2527 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 37 | 39 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.75 |
| HSL | 355.38º | 0.26% | 0.2% | - |
| HSV(B) | 355.38º | 0.41% | 0.25% | - |
| XYZ | 3.08 | 2.53 | 2.24 | - |
| YUV | 45 | 124.61 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 37 | 39 | 0 | 0.41 | 0.38 | 0.75 | 355.38 | 0.26 | 0.2 |
| Hex | 3F | 25 | 27 | 0 | 29 | 26 | 4B | 163 | 1A | 14 |
| Octal | 77 | 45 | 47 | 0 | 51 | 46 | 113 | 543 | 32 | 24 |
| Binary | 111111 | 100101 | 100111 | 0 | 101001 | 100110 | 1001011 | 101100011 | 11010 | 10100 |
Color Harmonies of #3F2527
Complementary color
Monochromatic Colors of #3F2527
Black with #3F2527
Text Example
Text Example
White with #3F2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2527; }
p { color: rgb(63,37,39); }
H1.HeaderClassName
{
color: #3F2527;
}
.AnyTagClassName
{
color: #3F2527;
}
</style>
background-color css
<style>
a { background-color: #3F2527; }
a { background-color: rgb(63,37,39); }
div.DivClassName
{
background-color: #3F2527;
}
.BgClassName
{
background-color: #3F2527;
}
</style>
border-color css
<style>
span { border-color: #3F2527; }
span { border-color: rgb(63,37,39); }
td.TdClassName
{
border-color: #3F2527;
}
.TagClassName
{
border-color: #3F2527;
}
</style>