Shades of Clinker #42311D
Tints of Clinker #42311D
RGB
CMYK
RGB Variations
Color information
#42311D (or 0x42311D) is known color: Clinker. HEX triplet: 42, 31 and 1D. RGB value is (66,49,29). Sum of RGB (Red+Green+Blue) = 66+49+29=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #42311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42311D is #BDCEE2. Grayscale: #333333. Windows color (decimal): -12439267 or 1913154. OLE color: 1913154.
HSL color Cylindrical-coordinate representation of color #42311D: hue angle of 32.43º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #42311D is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 49 | 29 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.74 |
| HSL | 32.43º | 0.39% | 0.19% | - |
| HSV(B) | 32.43º | 0.56% | 0.26% | - |
| XYZ | 3.57 | 3.44 | 1.64 | - |
| YUV | 51.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 29 | 0 | 0.26 | 0.56 | 0.74 | 32.43 | 0.39 | 0.19 |
| Hex | 42 | 31 | 1D | 0 | 1A | 38 | 4A | 20 | 27 | 13 |
| Octal | 102 | 61 | 35 | 0 | 32 | 70 | 112 | 40 | 47 | 23 |
| Binary | 1000010 | 110001 | 11101 | 0 | 11010 | 111000 | 1001010 | 100000 | 100111 | 10011 |
Color Harmonies of #42311D
Complementary color
Monochromatic Colors of #42311D
Black with #42311D
Text Example
Text Example
White with #42311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42311D; }
p { color: rgb(66,49,29); }
H1.HeaderClassName
{
color: #42311D;
}
.AnyTagClassName
{
color: #42311D;
}
</style>
background-color css
<style>
a { background-color: #42311D; }
a { background-color: rgb(66,49,29); }
div.DivClassName
{
background-color: #42311D;
}
.BgClassName
{
background-color: #42311D;
}
</style>
border-color css
<style>
span { border-color: #42311D; }
span { border-color: rgb(66,49,29); }
td.TdClassName
{
border-color: #42311D;
}
.TagClassName
{
border-color: #42311D;
}
</style>