Shades of Cola #3F2F1D
Tints of Cola #3F2F1D
RGB
CMYK
RGB Variations
Color information
#3F2F1D (or 0x3F2F1D) is known color: Cola. HEX triplet: 3F, 2F and 1D. RGB value is (63,47,29). Sum of RGB (Red+Green+Blue) = 63+47+29=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 29 (11.72% from 255 or 20.86% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F1D is #C0D0E2. Grayscale: #313131. Windows color (decimal): -12636387 or 1912639. OLE color: 1912639.
HSL color Cylindrical-coordinate representation of color #3F2F1D: hue angle of 31.76º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F2F1D is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 29 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.75 |
| HSL | 31.76º | 0.37% | 0.18% | - |
| HSV(B) | 31.76º | 0.54% | 0.25% | - |
| XYZ | 3.29 | 3.18 | 1.6 | - |
| YUV | 49.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 29 | 0 | 0.25 | 0.54 | 0.75 | 31.76 | 0.37 | 0.18 |
| Hex | 3F | 2F | 1D | 0 | 19 | 36 | 4B | 20 | 25 | 12 |
| Octal | 77 | 57 | 35 | 0 | 31 | 66 | 113 | 40 | 45 | 22 |
| Binary | 111111 | 101111 | 11101 | 0 | 11001 | 110110 | 1001011 | 100000 | 100101 | 10010 |
Color Harmonies of #3F2F1D
Complementary color
Monochromatic Colors of #3F2F1D
Black with #3F2F1D
Text Example
Text Example
White with #3F2F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F1D; }
p { color: rgb(63,47,29); }
H1.HeaderClassName
{
color: #3F2F1D;
}
.AnyTagClassName
{
color: #3F2F1D;
}
</style>
background-color css
<style>
a { background-color: #3F2F1D; }
a { background-color: rgb(63,47,29); }
div.DivClassName
{
background-color: #3F2F1D;
}
.BgClassName
{
background-color: #3F2F1D;
}
</style>
border-color css
<style>
span { border-color: #3F2F1D; }
span { border-color: rgb(63,47,29); }
td.TdClassName
{
border-color: #3F2F1D;
}
.TagClassName
{
border-color: #3F2F1D;
}
</style>