Shades of Clinker #442F1A
Tints of Clinker #442F1A
RGB
CMYK
RGB Variations
Color information
#442F1A (or 0x442F1A) is known color: Clinker. HEX triplet: 44, 2F and 1A. RGB value is (68,47,26). Sum of RGB (Red+Green+Blue) = 68+47+26=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F1A is #BBD0E5. Grayscale: #323232. Windows color (decimal): -12308710 or 1716036. OLE color: 1716036.
HSL color Cylindrical-coordinate representation of color #442F1A: hue angle of 30º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442F1A is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 26 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.73 |
| HSL | 30º | 0.45% | 0.18% | - |
| HSV(B) | 30º | 0.62% | 0.27% | - |
| XYZ | 3.59 | 3.34 | 1.43 | - |
| YUV | 50.89 | 113.96 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 26 | 0 | 0.31 | 0.62 | 0.73 | 30 | 0.45 | 0.18 |
| Hex | 44 | 2F | 1A | 0 | 1F | 3E | 49 | 1E | 2D | 12 |
| Octal | 104 | 57 | 32 | 0 | 37 | 76 | 111 | 36 | 55 | 22 |
| Binary | 1000100 | 101111 | 11010 | 0 | 11111 | 111110 | 1001001 | 11110 | 101101 | 10010 |
Color Harmonies of #442F1A
Complementary color
Monochromatic Colors of #442F1A
Black with #442F1A
Text Example
Text Example
White with #442F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F1A; }
p { color: rgb(68,47,26); }
H1.HeaderClassName
{
color: #442F1A;
}
.AnyTagClassName
{
color: #442F1A;
}
</style>
background-color css
<style>
a { background-color: #442F1A; }
a { background-color: rgb(68,47,26); }
div.DivClassName
{
background-color: #442F1A;
}
.BgClassName
{
background-color: #442F1A;
}
</style>
border-color css
<style>
span { border-color: #442F1A; }
span { border-color: rgb(68,47,26); }
td.TdClassName
{
border-color: #442F1A;
}
.TagClassName
{
border-color: #442F1A;
}
</style>