Shades of Clinker #41311E
Tints of Clinker #41311E
RGB
CMYK
RGB Variations
Color information
#41311E (or 0x41311E) is known color: Clinker. HEX triplet: 41, 31 and 1E. RGB value is (65,49,30). Sum of RGB (Red+Green+Blue) = 65+49+30=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311E is #BECEE1. Grayscale: #333333. Windows color (decimal): -12504802 or 1978689. OLE color: 1978689.
HSL color Cylindrical-coordinate representation of color #41311E: hue angle of 32.57º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41311E is Cyan = 0, Magento = 0.25, Yellow = 0.54 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 49 | 30 | - |
| CMYK | 0 | 0.25 | 0.54 | 0.75 |
| HSL | 32.57º | 0.37% | 0.19% | - |
| HSV(B) | 32.57º | 0.54% | 0.25% | - |
| XYZ | 3.51 | 3.41 | 1.7 | - |
| YUV | 51.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 49 | 30 | 0 | 0.25 | 0.54 | 0.75 | 32.57 | 0.37 | 0.19 |
| Hex | 41 | 31 | 1E | 0 | 19 | 36 | 4B | 21 | 25 | 13 |
| Octal | 101 | 61 | 36 | 0 | 31 | 66 | 113 | 41 | 45 | 23 |
| Binary | 1000001 | 110001 | 11110 | 0 | 11001 | 110110 | 1001011 | 100001 | 100101 | 10011 |
Color Harmonies of #41311E
Complementary color
Monochromatic Colors of #41311E
Black with #41311E
Text Example
Text Example
White with #41311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41311E; }
p { color: rgb(65,49,30); }
H1.HeaderClassName
{
color: #41311E;
}
.AnyTagClassName
{
color: #41311E;
}
</style>
background-color css
<style>
a { background-color: #41311E; }
a { background-color: rgb(65,49,30); }
div.DivClassName
{
background-color: #41311E;
}
.BgClassName
{
background-color: #41311E;
}
</style>
border-color css
<style>
span { border-color: #41311E; }
span { border-color: rgb(65,49,30); }
td.TdClassName
{
border-color: #41311E;
}
.TagClassName
{
border-color: #41311E;
}
</style>