Shades of Clinker #42321D
Tints of Clinker #42321D
RGB
CMYK
RGB Variations
Color information
#42321D (or 0x42321D) is known color: Clinker. HEX triplet: 42, 32 and 1D. RGB value is (66,50,29). Sum of RGB (Red+Green+Blue) = 66+50+29=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 66 - color contains mainly: red. Hex color #42321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42321D is #BDCDE2. Grayscale: #343434. Windows color (decimal): -12439011 or 1913410. OLE color: 1913410.
HSL color Cylindrical-coordinate representation of color #42321D: hue angle of 34.05º 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 #42321D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 50 | 29 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.74 |
| HSL | 34.05º | 0.39% | 0.19% | - |
| HSV(B) | 34.05º | 0.56% | 0.26% | - |
| XYZ | 3.61 | 3.53 | 1.65 | - |
| YUV | 52.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 50 | 29 | 0 | 0.24 | 0.56 | 0.74 | 34.05 | 0.39 | 0.19 |
| Hex | 42 | 32 | 1D | 0 | 18 | 38 | 4A | 22 | 27 | 13 |
| Octal | 102 | 62 | 35 | 0 | 30 | 70 | 112 | 42 | 47 | 23 |
| Binary | 1000010 | 110010 | 11101 | 0 | 11000 | 111000 | 1001010 | 100010 | 100111 | 10011 |
Color Harmonies of #42321D
Complementary color
Monochromatic Colors of #42321D
Black with #42321D
Text Example
Text Example
White with #42321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42321D; }
p { color: rgb(66,50,29); }
H1.HeaderClassName
{
color: #42321D;
}
.AnyTagClassName
{
color: #42321D;
}
</style>
background-color css
<style>
a { background-color: #42321D; }
a { background-color: rgb(66,50,29); }
div.DivClassName
{
background-color: #42321D;
}
.BgClassName
{
background-color: #42321D;
}
</style>
border-color css
<style>
span { border-color: #42321D; }
span { border-color: rgb(66,50,29); }
td.TdClassName
{
border-color: #42321D;
}
.TagClassName
{
border-color: #42321D;
}
</style>