Shades of Cola #41301C
Tints of Cola #41301C
RGB
CMYK
RGB Variations
Color information
#41301C (or 0x41301C) is known color: Cola. HEX triplet: 41, 30 and 1C. RGB value is (65,48,28). Sum of RGB (Red+Green+Blue) = 65+48+28=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #41301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301C is #BECFE3. Grayscale: #323232. Windows color (decimal): -12505060 or 1847361. OLE color: 1847361.
HSL color Cylindrical-coordinate representation of color #41301C: hue angle of 32.43º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41301C is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 28 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.75 |
| HSL | 32.43º | 0.4% | 0.18% | - |
| HSV(B) | 32.43º | 0.57% | 0.25% | - |
| XYZ | 3.45 | 3.32 | 1.56 | - |
| YUV | 50.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 28 | 0 | 0.26 | 0.57 | 0.75 | 32.43 | 0.4 | 0.18 |
| Hex | 41 | 30 | 1C | 0 | 1A | 39 | 4B | 20 | 28 | 12 |
| Octal | 101 | 60 | 34 | 0 | 32 | 71 | 113 | 40 | 50 | 22 |
| Binary | 1000001 | 110000 | 11100 | 0 | 11010 | 111001 | 1001011 | 100000 | 101000 | 10010 |
Color Harmonies of #41301C
Complementary color
Monochromatic Colors of #41301C
Black with #41301C
Text Example
Text Example
White with #41301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41301C; }
p { color: rgb(65,48,28); }
H1.HeaderClassName
{
color: #41301C;
}
.AnyTagClassName
{
color: #41301C;
}
</style>
background-color css
<style>
a { background-color: #41301C; }
a { background-color: rgb(65,48,28); }
div.DivClassName
{
background-color: #41301C;
}
.BgClassName
{
background-color: #41301C;
}
</style>
border-color css
<style>
span { border-color: #41301C; }
span { border-color: rgb(65,48,28); }
td.TdClassName
{
border-color: #41301C;
}
.TagClassName
{
border-color: #41301C;
}
</style>