Shades of Dark Rum #3F362E
Tints of Dark Rum #3F362E
RGB
CMYK
RGB Variations
Color information
#3F362E (or 0x3F362E) is known color: Dark Rum. HEX triplet: 3F, 36 and 2E. RGB value is (63,54,46). Sum of RGB (Red+Green+Blue) = 63+54+46=163 (21% of max value = 765). Red value is 63 (25% from 255 or 38.65% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 63 - color contains mainly: red. Hex color #3F362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F362E is #C0C9D1. Grayscale: #373737. Windows color (decimal): -12634578 or 3028543. OLE color: 3028543.
HSL color Cylindrical-coordinate representation of color #3F362E: hue angle of 28.24º degrees, saturation: 0.16, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #3F362E is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 54 | 46 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.75 |
| HSL | 28.24º | 0.16% | 0.21% | - |
| HSV(B) | 28.24º | 0.27% | 0.25% | - |
| XYZ | 3.86 | 3.89 | 3.13 | - |
| YUV | 55.78 | 122.48 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 46 | 0 | 0.14 | 0.27 | 0.75 | 28.24 | 0.16 | 0.21 |
| Hex | 3F | 36 | 2E | 0 | E | 1B | 4B | 1C | 10 | 15 |
| Octal | 77 | 66 | 56 | 0 | 16 | 33 | 113 | 34 | 20 | 25 |
| Binary | 111111 | 110110 | 101110 | 0 | 1110 | 11011 | 1001011 | 11100 | 10000 | 10101 |
Color Harmonies of #3F362E
Complementary color
Monochromatic Colors of #3F362E
Black with #3F362E
Text Example
Text Example
White with #3F362E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F362E; }
p { color: rgb(63,54,46); }
H1.HeaderClassName
{
color: #3F362E;
}
.AnyTagClassName
{
color: #3F362E;
}
</style>
background-color css
<style>
a { background-color: #3F362E; }
a { background-color: rgb(63,54,46); }
div.DivClassName
{
background-color: #3F362E;
}
.BgClassName
{
background-color: #3F362E;
}
</style>
border-color css
<style>
span { border-color: #3F362E; }
span { border-color: rgb(63,54,46); }
td.TdClassName
{
border-color: #3F362E;
}
.TagClassName
{
border-color: #3F362E;
}
</style>