Shades of Clinker #442F13
Tints of Clinker #442F13
RGB
CMYK
RGB Variations
Color information
#442F13 (or 0x442F13) is known color: Clinker. HEX triplet: 44, 2F and 13. RGB value is (68,47,19). Sum of RGB (Red+Green+Blue) = 68+47+19=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #442F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442F13 is #BBD0EC. Grayscale: #323232. Windows color (decimal): -12308717 or 1257284. OLE color: 1257284.
HSL color Cylindrical-coordinate representation of color #442F13: hue angle of 34.29º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #442F13 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 19 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.73 |
| HSL | 34.29º | 0.56% | 0.17% | - |
| HSV(B) | 34.29º | 0.72% | 0.27% | - |
| XYZ | 3.52 | 3.31 | 1.07 | - |
| YUV | 50.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 19 | 0 | 0.31 | 0.72 | 0.73 | 34.29 | 0.56 | 0.17 |
| Hex | 44 | 2F | 13 | 0 | 1F | 48 | 49 | 22 | 38 | 11 |
| Octal | 104 | 57 | 23 | 0 | 37 | 110 | 111 | 42 | 70 | 21 |
| Binary | 1000100 | 101111 | 10011 | 0 | 11111 | 1001000 | 1001001 | 100010 | 111000 | 10001 |
Color Harmonies of #442F13
Complementary color
Monochromatic Colors of #442F13
Black with #442F13
Text Example
Text Example
White with #442F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F13; }
p { color: rgb(68,47,19); }
H1.HeaderClassName
{
color: #442F13;
}
.AnyTagClassName
{
color: #442F13;
}
</style>
background-color css
<style>
a { background-color: #442F13; }
a { background-color: rgb(68,47,19); }
div.DivClassName
{
background-color: #442F13;
}
.BgClassName
{
background-color: #442F13;
}
</style>
border-color css
<style>
span { border-color: #442F13; }
span { border-color: rgb(68,47,19); }
td.TdClassName
{
border-color: #442F13;
}
.TagClassName
{
border-color: #442F13;
}
</style>