Shades of Clinker #42331C
Tints of Clinker #42331C
RGB
CMYK
RGB Variations
Color information
#42331C (or 0x42331C) is known color: Clinker. HEX triplet: 42, 33 and 1C. RGB value is (66,51,28). Sum of RGB (Red+Green+Blue) = 66+51+28=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 28 (11.33% from 255 or 19.31% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42331C is #BDCCE3. Grayscale: #343434. Windows color (decimal): -12438756 or 1848130. OLE color: 1848130.
HSL color Cylindrical-coordinate representation of color #42331C: hue angle of 36.32º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42331C is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 28 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.74 |
| HSL | 36.32º | 0.4% | 0.18% | - |
| HSV(B) | 36.32º | 0.58% | 0.26% | - |
| XYZ | 3.64 | 3.61 | 1.6 | - |
| YUV | 52.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 28 | 0 | 0.23 | 0.58 | 0.74 | 36.32 | 0.4 | 0.18 |
| Hex | 42 | 33 | 1C | 0 | 17 | 3A | 4A | 24 | 28 | 12 |
| Octal | 102 | 63 | 34 | 0 | 27 | 72 | 112 | 44 | 50 | 22 |
| Binary | 1000010 | 110011 | 11100 | 0 | 10111 | 111010 | 1001010 | 100100 | 101000 | 10010 |
Color Harmonies of #42331C
Complementary color
Monochromatic Colors of #42331C
Black with #42331C
Text Example
Text Example
White with #42331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42331C; }
p { color: rgb(66,51,28); }
H1.HeaderClassName
{
color: #42331C;
}
.AnyTagClassName
{
color: #42331C;
}
</style>
background-color css
<style>
a { background-color: #42331C; }
a { background-color: rgb(66,51,28); }
div.DivClassName
{
background-color: #42331C;
}
.BgClassName
{
background-color: #42331C;
}
</style>
border-color css
<style>
span { border-color: #42331C; }
span { border-color: rgb(66,51,28); }
td.TdClassName
{
border-color: #42331C;
}
.TagClassName
{
border-color: #42331C;
}
</style>