Shades of Cola #41301F
Tints of Cola #41301F
RGB
CMYK
RGB Variations
Color information
#41301F (or 0x41301F) is known color: Cola. HEX triplet: 41, 30 and 1F. RGB value is (65,48,31). Sum of RGB (Red+Green+Blue) = 65+48+31=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 31 (12.5% from 255 or 21.53% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41301F is #BECFE0. Grayscale: #333333. Windows color (decimal): -12505057 or 2043969. OLE color: 2043969.
HSL color Cylindrical-coordinate representation of color #41301F: hue angle of 30º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41301F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 48 | 31 | - |
| CMYK | 0 | 0.26 | 0.52 | 0.75 |
| HSL | 30º | 0.35% | 0.19% | - |
| HSV(B) | 30º | 0.52% | 0.25% | - |
| XYZ | 3.48 | 3.34 | 1.76 | - |
| YUV | 51.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 48 | 31 | 0 | 0.26 | 0.52 | 0.75 | 30 | 0.35 | 0.19 |
| Hex | 41 | 30 | 1F | 0 | 1A | 34 | 4B | 1E | 23 | 13 |
| Octal | 101 | 60 | 37 | 0 | 32 | 64 | 113 | 36 | 43 | 23 |
| Binary | 1000001 | 110000 | 11111 | 0 | 11010 | 110100 | 1001011 | 11110 | 100011 | 10011 |
Color Harmonies of #41301F
Complementary color
Monochromatic Colors of #41301F
Black with #41301F
Text Example
Text Example
White with #41301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41301F; }
p { color: rgb(65,48,31); }
H1.HeaderClassName
{
color: #41301F;
}
.AnyTagClassName
{
color: #41301F;
}
</style>
background-color css
<style>
a { background-color: #41301F; }
a { background-color: rgb(65,48,31); }
div.DivClassName
{
background-color: #41301F;
}
.BgClassName
{
background-color: #41301F;
}
</style>
border-color css
<style>
span { border-color: #41301F; }
span { border-color: rgb(65,48,31); }
td.TdClassName
{
border-color: #41301F;
}
.TagClassName
{
border-color: #41301F;
}
</style>