Shades of Cola #3C3126
Tints of Cola #3C3126
RGB
CMYK
RGB Variations
Color information
#3C3126 (or 0x3C3126) is known color: Cola. HEX triplet: 3C, 31 and 26. RGB value is (60,49,38). Sum of RGB (Red+Green+Blue) = 60+49+38=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 38 (15.23% from 255 or 25.85% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3126 is #C3CED9. Grayscale: #333333. Windows color (decimal): -12832474 or 2502972. OLE color: 2502972.
HSL color Cylindrical-coordinate representation of color #3C3126: hue angle of 30º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C3126 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 38 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.76 |
| HSL | 30º | 0.22% | 0.19% | - |
| HSV(B) | 30º | 0.37% | 0.24% | - |
| XYZ | 3.31 | 3.3 | 2.3 | - |
| YUV | 51.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 38 | 0 | 0.18 | 0.37 | 0.76 | 30 | 0.22 | 0.19 |
| Hex | 3C | 31 | 26 | 0 | 12 | 25 | 4C | 1E | 16 | 13 |
| Octal | 74 | 61 | 46 | 0 | 22 | 45 | 114 | 36 | 26 | 23 |
| Binary | 111100 | 110001 | 100110 | 0 | 10010 | 100101 | 1001100 | 11110 | 10110 | 10011 |
Color Harmonies of #3C3126
Complementary color
Monochromatic Colors of #3C3126
Black with #3C3126
Text Example
Text Example
White with #3C3126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3126; }
p { color: rgb(60,49,38); }
H1.HeaderClassName
{
color: #3C3126;
}
.AnyTagClassName
{
color: #3C3126;
}
</style>
background-color css
<style>
a { background-color: #3C3126; }
a { background-color: rgb(60,49,38); }
div.DivClassName
{
background-color: #3C3126;
}
.BgClassName
{
background-color: #3C3126;
}
</style>
border-color css
<style>
span { border-color: #3C3126; }
span { border-color: rgb(60,49,38); }
td.TdClassName
{
border-color: #3C3126;
}
.TagClassName
{
border-color: #3C3126;
}
</style>