Shades of Cola #3F3122
Tints of Cola #3F3122
RGB
CMYK
RGB Variations
Color information
#3F3122 (or 0x3F3122) is known color: Cola. HEX triplet: 3F, 31 and 22. RGB value is (63,49,34). Sum of RGB (Red+Green+Blue) = 63+49+34=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3122 is #C0CEDD. Grayscale: #333333. Windows color (decimal): -12635870 or 2240831. OLE color: 2240831.
HSL color Cylindrical-coordinate representation of color #3F3122: hue angle of 31.03º degrees, saturation: 0.3, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F3122 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 49 | 34 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.75 |
| HSL | 31.03º | 0.3% | 0.19% | - |
| HSV(B) | 31.03º | 0.46% | 0.25% | - |
| XYZ | 3.44 | 3.37 | 1.98 | - |
| YUV | 51.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 49 | 34 | 0 | 0.22 | 0.46 | 0.75 | 31.03 | 0.3 | 0.19 |
| Hex | 3F | 31 | 22 | 0 | 16 | 2E | 4B | 1F | 1E | 13 |
| Octal | 77 | 61 | 42 | 0 | 26 | 56 | 113 | 37 | 36 | 23 |
| Binary | 111111 | 110001 | 100010 | 0 | 10110 | 101110 | 1001011 | 11111 | 11110 | 10011 |
Color Harmonies of #3F3122
Complementary color
Monochromatic Colors of #3F3122
Black with #3F3122
Text Example
Text Example
White with #3F3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3122; }
p { color: rgb(63,49,34); }
H1.HeaderClassName
{
color: #3F3122;
}
.AnyTagClassName
{
color: #3F3122;
}
</style>
background-color css
<style>
a { background-color: #3F3122; }
a { background-color: rgb(63,49,34); }
div.DivClassName
{
background-color: #3F3122;
}
.BgClassName
{
background-color: #3F3122;
}
</style>
border-color css
<style>
span { border-color: #3F3122; }
span { border-color: rgb(63,49,34); }
td.TdClassName
{
border-color: #3F3122;
}
.TagClassName
{
border-color: #3F3122;
}
</style>