Shades of Cola #3F2F19
Tints of Cola #3F2F19
RGB
CMYK
RGB Variations
Color information
#3F2F19 (or 0x3F2F19) is known color: Cola. HEX triplet: 3F, 2F and 19. RGB value is (63,47,25). Sum of RGB (Red+Green+Blue) = 63+47+25=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2F19 is #C0D0E6. Grayscale: #313131. Windows color (decimal): -12636391 or 1650495. OLE color: 1650495.
HSL color Cylindrical-coordinate representation of color #3F2F19: hue angle of 34.74º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F2F19 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 47 | 25 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.75 |
| HSL | 34.74º | 0.43% | 0.17% | - |
| HSV(B) | 34.74º | 0.6% | 0.25% | - |
| XYZ | 3.24 | 3.16 | 1.36 | - |
| YUV | 49.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 25 | 0 | 0.25 | 0.60 | 0.75 | 34.74 | 0.43 | 0.17 |
| Hex | 3F | 2F | 19 | 0 | 19 | 3C | 4B | 23 | 2B | 11 |
| Octal | 77 | 57 | 31 | 0 | 31 | 74 | 113 | 43 | 53 | 21 |
| Binary | 111111 | 101111 | 11001 | 0 | 11001 | 111100 | 1001011 | 100011 | 101011 | 10001 |
Color Harmonies of #3F2F19
Complementary color
Monochromatic Colors of #3F2F19
Black with #3F2F19
Text Example
Text Example
White with #3F2F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2F19; }
p { color: rgb(63,47,25); }
H1.HeaderClassName
{
color: #3F2F19;
}
.AnyTagClassName
{
color: #3F2F19;
}
</style>
background-color css
<style>
a { background-color: #3F2F19; }
a { background-color: rgb(63,47,25); }
div.DivClassName
{
background-color: #3F2F19;
}
.BgClassName
{
background-color: #3F2F19;
}
</style>
border-color css
<style>
span { border-color: #3F2F19; }
span { border-color: rgb(63,47,25); }
td.TdClassName
{
border-color: #3F2F19;
}
.TagClassName
{
border-color: #3F2F19;
}
</style>