Shades of Cola #3F2F22
Tints of Cola #3F2F22
RGB
CMYK
RGB Variations
Color information
#3F2F22 (or 0x3F2F22) is known color: Cola. HEX triplet: 3F, 2F and 22. RGB value is (63,47,34). Sum of RGB (Red+Green+Blue) = 63+47+34=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 47 (18.75% from 255 or 32.64% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2F22 is #C0D0DD. Grayscale: #323232. Windows color (decimal): -12636382 or 2240319. OLE color: 2240319.
HSL color Cylindrical-coordinate representation of color #3F2F22: hue angle of 26.9º 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 #3F2F22 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 34 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.75 |
| HSL | 26.9º | 0.3% | 0.19% | - |
| HSV(B) | 26.9º | 0.46% | 0.25% | - |
| XYZ | 3.36 | 3.21 | 1.96 | - |
| YUV | 50.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 34 | 0 | 0.25 | 0.46 | 0.75 | 26.9 | 0.3 | 0.19 |
| Hex | 3F | 2F | 22 | 0 | 19 | 2E | 4B | 1B | 1E | 13 |
| Octal | 77 | 57 | 42 | 0 | 31 | 56 | 113 | 33 | 36 | 23 |
| Binary | 111111 | 101111 | 100010 | 0 | 11001 | 101110 | 1001011 | 11011 | 11110 | 10011 |
Color Harmonies of #3F2F22
Complementary color
Monochromatic Colors of #3F2F22
Black with #3F2F22
Text Example
Text Example
White with #3F2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F22; }
p { color: rgb(63,47,34); }
H1.HeaderClassName
{
color: #3F2F22;
}
.AnyTagClassName
{
color: #3F2F22;
}
</style>
background-color css
<style>
a { background-color: #3F2F22; }
a { background-color: rgb(63,47,34); }
div.DivClassName
{
background-color: #3F2F22;
}
.BgClassName
{
background-color: #3F2F22;
}
</style>
border-color css
<style>
span { border-color: #3F2F22; }
span { border-color: rgb(63,47,34); }
td.TdClassName
{
border-color: #3F2F22;
}
.TagClassName
{
border-color: #3F2F22;
}
</style>