Shades of Clinker #42311B
Tints of Clinker #42311B
RGB
CMYK
RGB Variations
Color information
#42311B (or 0x42311B) is known color: Clinker. HEX triplet: 42, 31 and 1B. RGB value is (66,49,27). Sum of RGB (Red+Green+Blue) = 66+49+27=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 66 - color contains mainly: red. Hex color #42311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42311B is #BDCEE4. Grayscale: #333333. Windows color (decimal): -12439269 or 1782082. OLE color: 1782082.
HSL color Cylindrical-coordinate representation of color #42311B: hue angle of 33.85º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42311B is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 49 | 27 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.74 |
| HSL | 33.85º | 0.42% | 0.18% | - |
| HSV(B) | 33.85º | 0.59% | 0.26% | - |
| XYZ | 3.54 | 3.43 | 1.51 | - |
| YUV | 51.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 49 | 27 | 0 | 0.26 | 0.59 | 0.74 | 33.85 | 0.42 | 0.18 |
| Hex | 42 | 31 | 1B | 0 | 1A | 3B | 4A | 22 | 2A | 12 |
| Octal | 102 | 61 | 33 | 0 | 32 | 73 | 112 | 42 | 52 | 22 |
| Binary | 1000010 | 110001 | 11011 | 0 | 11010 | 111011 | 1001010 | 100010 | 101010 | 10010 |
Color Harmonies of #42311B
Complementary color
Monochromatic Colors of #42311B
Black with #42311B
Text Example
Text Example
White with #42311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42311B; }
p { color: rgb(66,49,27); }
H1.HeaderClassName
{
color: #42311B;
}
.AnyTagClassName
{
color: #42311B;
}
</style>
background-color css
<style>
a { background-color: #42311B; }
a { background-color: rgb(66,49,27); }
div.DivClassName
{
background-color: #42311B;
}
.BgClassName
{
background-color: #42311B;
}
</style>
border-color css
<style>
span { border-color: #42311B; }
span { border-color: rgb(66,49,27); }
td.TdClassName
{
border-color: #42311B;
}
.TagClassName
{
border-color: #42311B;
}
</style>