Shades of Cola #3F301C
Tints of Cola #3F301C
RGB
CMYK
RGB Variations
Color information
#3F301C (or 0x3F301C) is known color: Cola. HEX triplet: 3F, 30 and 1C. RGB value is (63,48,28). Sum of RGB (Red+Green+Blue) = 63+48+28=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F301C is #C0CFE3. Grayscale: #323232. Windows color (decimal): -12636132 or 1847359. OLE color: 1847359.
HSL color Cylindrical-coordinate representation of color #3F301C: hue angle of 34.29º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F301C is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 48 | 28 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.75 |
| HSL | 34.29º | 0.38% | 0.18% | - |
| HSV(B) | 34.29º | 0.56% | 0.25% | - |
| XYZ | 3.32 | 3.25 | 1.55 | - |
| YUV | 50.21 | 115.47 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 28 | 0 | 0.24 | 0.56 | 0.75 | 34.29 | 0.38 | 0.18 |
| Hex | 3F | 30 | 1C | 0 | 18 | 38 | 4B | 22 | 26 | 12 |
| Octal | 77 | 60 | 34 | 0 | 30 | 70 | 113 | 42 | 46 | 22 |
| Binary | 111111 | 110000 | 11100 | 0 | 11000 | 111000 | 1001011 | 100010 | 100110 | 10010 |
Color Harmonies of #3F301C
Complementary color
Monochromatic Colors of #3F301C
Black with #3F301C
Text Example
Text Example
White with #3F301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F301C; }
p { color: rgb(63,48,28); }
H1.HeaderClassName
{
color: #3F301C;
}
.AnyTagClassName
{
color: #3F301C;
}
</style>
background-color css
<style>
a { background-color: #3F301C; }
a { background-color: rgb(63,48,28); }
div.DivClassName
{
background-color: #3F301C;
}
.BgClassName
{
background-color: #3F301C;
}
</style>
border-color css
<style>
span { border-color: #3F301C; }
span { border-color: rgb(63,48,28); }
td.TdClassName
{
border-color: #3F301C;
}
.TagClassName
{
border-color: #3F301C;
}
</style>