Shades of Cola #3C3125
Tints of Cola #3C3125
RGB
CMYK
RGB Variations
Color information
#3C3125 (or 0x3C3125) is known color: Cola. HEX triplet: 3C, 31 and 25. RGB value is (60,49,37). Sum of RGB (Red+Green+Blue) = 60+49+37=146 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.10% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 37 (14.84% from 255 or 25.34% from 146); Max value from RGB is 60 - color contains mainly: red. Hex color #3C3125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C3125 is #C3CEDA. Grayscale: #323232. Windows color (decimal): -12832475 or 2437436. OLE color: 2437436.
HSL color Cylindrical-coordinate representation of color #3C3125: hue angle of 31.3º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C3125 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 49 | 37 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.76 |
| HSL | 31.3º | 0.24% | 0.19% | - |
| HSV(B) | 31.3º | 0.38% | 0.24% | - |
| XYZ | 3.3 | 3.29 | 2.21 | - |
| YUV | 50.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 49 | 37 | 0 | 0.18 | 0.38 | 0.76 | 31.3 | 0.24 | 0.19 |
| Hex | 3C | 31 | 25 | 0 | 12 | 26 | 4C | 1F | 18 | 13 |
| Octal | 74 | 61 | 45 | 0 | 22 | 46 | 114 | 37 | 30 | 23 |
| Binary | 111100 | 110001 | 100101 | 0 | 10010 | 100110 | 1001100 | 11111 | 11000 | 10011 |
Color Harmonies of #3C3125
Complementary color
Monochromatic Colors of #3C3125
Black with #3C3125
Text Example
Text Example
White with #3C3125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3125; }
p { color: rgb(60,49,37); }
H1.HeaderClassName
{
color: #3C3125;
}
.AnyTagClassName
{
color: #3C3125;
}
</style>
background-color css
<style>
a { background-color: #3C3125; }
a { background-color: rgb(60,49,37); }
div.DivClassName
{
background-color: #3C3125;
}
.BgClassName
{
background-color: #3C3125;
}
</style>
border-color css
<style>
span { border-color: #3C3125; }
span { border-color: rgb(60,49,37); }
td.TdClassName
{
border-color: #3C3125;
}
.TagClassName
{
border-color: #3C3125;
}
</style>