Shades of Cola #3F301F
Tints of Cola #3F301F
RGB
CMYK
RGB Variations
Color information
#3F301F (or 0x3F301F) is known color: Cola. HEX triplet: 3F, 30 and 1F. RGB value is (63,48,31). Sum of RGB (Red+Green+Blue) = 63+48+31=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F301F is #C0CFE0. Grayscale: #323232. Windows color (decimal): -12636129 or 2043967. OLE color: 2043967.
HSL color Cylindrical-coordinate representation of color #3F301F: hue angle of 31.88º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F301F is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 31 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.75 |
| HSL | 31.88º | 0.34% | 0.18% | - |
| HSV(B) | 31.88º | 0.51% | 0.25% | - |
| XYZ | 3.35 | 3.27 | 1.75 | - |
| YUV | 50.55 | 116.97 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 31 | 0 | 0.24 | 0.51 | 0.75 | 31.88 | 0.34 | 0.18 |
| Hex | 3F | 30 | 1F | 0 | 18 | 33 | 4B | 20 | 22 | 12 |
| Octal | 77 | 60 | 37 | 0 | 30 | 63 | 113 | 40 | 42 | 22 |
| Binary | 111111 | 110000 | 11111 | 0 | 11000 | 110011 | 1001011 | 100000 | 100010 | 10010 |
Color Harmonies of #3F301F
Complementary color
Monochromatic Colors of #3F301F
Black with #3F301F
Text Example
Text Example
White with #3F301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F301F; }
p { color: rgb(63,48,31); }
H1.HeaderClassName
{
color: #3F301F;
}
.AnyTagClassName
{
color: #3F301F;
}
</style>
background-color css
<style>
a { background-color: #3F301F; }
a { background-color: rgb(63,48,31); }
div.DivClassName
{
background-color: #3F301F;
}
.BgClassName
{
background-color: #3F301F;
}
</style>
border-color css
<style>
span { border-color: #3F301F; }
span { border-color: rgb(63,48,31); }
td.TdClassName
{
border-color: #3F301F;
}
.TagClassName
{
border-color: #3F301F;
}
</style>