Shades of Clinker #42301B
Tints of Clinker #42301B
RGB
CMYK
RGB Variations
Color information
#42301B (or 0x42301B) is known color: Clinker. HEX triplet: 42, 30 and 1B. RGB value is (66,48,27). Sum of RGB (Red+Green+Blue) = 66+48+27=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 66 - color contains mainly: red. Hex color #42301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42301B is #BDCFE4. Grayscale: #333333. Windows color (decimal): -12439525 or 1781826. OLE color: 1781826.
HSL color Cylindrical-coordinate representation of color #42301B: hue angle of 32.31º 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 #42301B is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 48 | 27 | - |
| CMYK | 0 | 0.27 | 0.59 | 0.74 |
| HSL | 32.31º | 0.42% | 0.18% | - |
| HSV(B) | 32.31º | 0.59% | 0.26% | - |
| XYZ | 3.5 | 3.35 | 1.5 | - |
| YUV | 50.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 27 | 0 | 0.27 | 0.59 | 0.74 | 32.31 | 0.42 | 0.18 |
| Hex | 42 | 30 | 1B | 0 | 1B | 3B | 4A | 20 | 2A | 12 |
| Octal | 102 | 60 | 33 | 0 | 33 | 73 | 112 | 40 | 52 | 22 |
| Binary | 1000010 | 110000 | 11011 | 0 | 11011 | 111011 | 1001010 | 100000 | 101010 | 10010 |
Color Harmonies of #42301B
Complementary color
Monochromatic Colors of #42301B
Black with #42301B
Text Example
Text Example
White with #42301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42301B; }
p { color: rgb(66,48,27); }
H1.HeaderClassName
{
color: #42301B;
}
.AnyTagClassName
{
color: #42301B;
}
</style>
background-color css
<style>
a { background-color: #42301B; }
a { background-color: rgb(66,48,27); }
div.DivClassName
{
background-color: #42301B;
}
.BgClassName
{
background-color: #42301B;
}
</style>
border-color css
<style>
span { border-color: #42301B; }
span { border-color: rgb(66,48,27); }
td.TdClassName
{
border-color: #42301B;
}
.TagClassName
{
border-color: #42301B;
}
</style>