Shades of Cola #3F2F18
Tints of Cola #3F2F18
RGB
CMYK
RGB Variations
Color information
#3F2F18 (or 0x3F2F18) is known color: Cola. HEX triplet: 3F, 2F and 18. RGB value is (63,47,24). Sum of RGB (Red+Green+Blue) = 63+47+24=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F18 is #C0D0E7. Grayscale: #313131. Windows color (decimal): -12636392 or 1584959. OLE color: 1584959.
HSL color Cylindrical-coordinate representation of color #3F2F18: hue angle of 35.38º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F2F18 is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 24 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.75 |
| HSL | 35.38º | 0.45% | 0.17% | - |
| HSV(B) | 35.38º | 0.62% | 0.25% | - |
| XYZ | 3.23 | 3.16 | 1.3 | - |
| YUV | 49.16 | 113.8 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 24 | 0 | 0.25 | 0.62 | 0.75 | 35.38 | 0.45 | 0.17 |
| Hex | 3F | 2F | 18 | 0 | 19 | 3E | 4B | 23 | 2D | 11 |
| Octal | 77 | 57 | 30 | 0 | 31 | 76 | 113 | 43 | 55 | 21 |
| Binary | 111111 | 101111 | 11000 | 0 | 11001 | 111110 | 1001011 | 100011 | 101101 | 10001 |
Color Harmonies of #3F2F18
Complementary color
Monochromatic Colors of #3F2F18
Black with #3F2F18
Text Example
Text Example
White with #3F2F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F18; }
p { color: rgb(63,47,24); }
H1.HeaderClassName
{
color: #3F2F18;
}
.AnyTagClassName
{
color: #3F2F18;
}
</style>
background-color css
<style>
a { background-color: #3F2F18; }
a { background-color: rgb(63,47,24); }
div.DivClassName
{
background-color: #3F2F18;
}
.BgClassName
{
background-color: #3F2F18;
}
</style>
border-color css
<style>
span { border-color: #3F2F18; }
span { border-color: rgb(63,47,24); }
td.TdClassName
{
border-color: #3F2F18;
}
.TagClassName
{
border-color: #3F2F18;
}
</style>