Shades of Clinker #42311A
Tints of Clinker #42311A
RGB
CMYK
RGB Variations
Color information
#42311A (or 0x42311A) is known color: Clinker. HEX triplet: 42, 31 and 1A. RGB value is (66,49,26). Sum of RGB (Red+Green+Blue) = 66+49+26=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42311A is #BDCEE5. Grayscale: #333333. Windows color (decimal): -12439270 or 1716546. OLE color: 1716546.
HSL color Cylindrical-coordinate representation of color #42311A: hue angle of 34.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42311A is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 49 | 26 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.74 |
| HSL | 34.5º | 0.43% | 0.18% | - |
| HSV(B) | 34.5º | 0.61% | 0.26% | - |
| XYZ | 3.53 | 3.43 | 1.45 | - |
| YUV | 51.46 | 113.63 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 26 | 0 | 0.26 | 0.61 | 0.74 | 34.5 | 0.43 | 0.18 |
| Hex | 42 | 31 | 1A | 0 | 1A | 3D | 4A | 22 | 2B | 12 |
| Octal | 102 | 61 | 32 | 0 | 32 | 75 | 112 | 42 | 53 | 22 |
| Binary | 1000010 | 110001 | 11010 | 0 | 11010 | 111101 | 1001010 | 100010 | 101011 | 10010 |
Color Harmonies of #42311A
Complementary color
Monochromatic Colors of #42311A
Black with #42311A
Text Example
Text Example
White with #42311A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42311A; }
p { color: rgb(66,49,26); }
H1.HeaderClassName
{
color: #42311A;
}
.AnyTagClassName
{
color: #42311A;
}
</style>
background-color css
<style>
a { background-color: #42311A; }
a { background-color: rgb(66,49,26); }
div.DivClassName
{
background-color: #42311A;
}
.BgClassName
{
background-color: #42311A;
}
</style>
border-color css
<style>
span { border-color: #42311A; }
span { border-color: rgb(66,49,26); }
td.TdClassName
{
border-color: #42311A;
}
.TagClassName
{
border-color: #42311A;
}
</style>