Shades of Cola #41301D
Tints of Cola #41301D
RGB
CMYK
RGB Variations
Color information
#41301D (or 0x41301D) is known color: Cola. HEX triplet: 41, 30 and 1D. RGB value is (65,48,29). Sum of RGB (Red+Green+Blue) = 65+48+29=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 29 (11.72% from 255 or 20.42% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301D is #BECFE2. Grayscale: #333333. Windows color (decimal): -12505059 or 1912897. OLE color: 1912897.
HSL color Cylindrical-coordinate representation of color #41301D: hue angle of 31.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41301D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 29 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.75 |
| HSL | 31.67º | 0.38% | 0.18% | - |
| HSV(B) | 31.67º | 0.55% | 0.25% | - |
| XYZ | 3.46 | 3.33 | 1.62 | - |
| YUV | 50.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 29 | 0 | 0.26 | 0.55 | 0.75 | 31.67 | 0.38 | 0.18 |
| Hex | 41 | 30 | 1D | 0 | 1A | 37 | 4B | 20 | 26 | 12 |
| Octal | 101 | 60 | 35 | 0 | 32 | 67 | 113 | 40 | 46 | 22 |
| Binary | 1000001 | 110000 | 11101 | 0 | 11010 | 110111 | 1001011 | 100000 | 100110 | 10010 |
Color Harmonies of #41301D
Complementary color
Monochromatic Colors of #41301D
Black with #41301D
Text Example
Text Example
White with #41301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41301D; }
p { color: rgb(65,48,29); }
H1.HeaderClassName
{
color: #41301D;
}
.AnyTagClassName
{
color: #41301D;
}
</style>
background-color css
<style>
a { background-color: #41301D; }
a { background-color: rgb(65,48,29); }
div.DivClassName
{
background-color: #41301D;
}
.BgClassName
{
background-color: #41301D;
}
</style>
border-color css
<style>
span { border-color: #41301D; }
span { border-color: rgb(65,48,29); }
td.TdClassName
{
border-color: #41301D;
}
.TagClassName
{
border-color: #41301D;
}
</style>