Shades of Clinker #44311D
Tints of Clinker #44311D
RGB
CMYK
RGB Variations
Color information
#44311D (or 0x44311D) is known color: Clinker. HEX triplet: 44, 31 and 1D. RGB value is (68,49,29). Sum of RGB (Red+Green+Blue) = 68+49+29=146 (19% of max value = 765). Red value is 68 (26.95% from 255 or 46.58% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 68 - color contains mainly: red. Hex color #44311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44311D is #BBCEE2. Grayscale: #343434. Windows color (decimal): -12308195 or 1913156. OLE color: 1913156.
HSL color Cylindrical-coordinate representation of color #44311D: hue angle of 30.77º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44311D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 49 | 29 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.73 |
| HSL | 30.77º | 0.4% | 0.19% | - |
| HSV(B) | 30.77º | 0.57% | 0.27% | - |
| XYZ | 3.7 | 3.51 | 1.65 | - |
| YUV | 52.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 29 | 0 | 0.28 | 0.57 | 0.73 | 30.77 | 0.4 | 0.19 |
| Hex | 44 | 31 | 1D | 0 | 1C | 39 | 49 | 1F | 28 | 13 |
| Octal | 104 | 61 | 35 | 0 | 34 | 71 | 111 | 37 | 50 | 23 |
| Binary | 1000100 | 110001 | 11101 | 0 | 11100 | 111001 | 1001001 | 11111 | 101000 | 10011 |
Color Harmonies of #44311D
Complementary color
Monochromatic Colors of #44311D
Black with #44311D
Text Example
Text Example
White with #44311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44311D; }
p { color: rgb(68,49,29); }
H1.HeaderClassName
{
color: #44311D;
}
.AnyTagClassName
{
color: #44311D;
}
</style>
background-color css
<style>
a { background-color: #44311D; }
a { background-color: rgb(68,49,29); }
div.DivClassName
{
background-color: #44311D;
}
.BgClassName
{
background-color: #44311D;
}
</style>
border-color css
<style>
span { border-color: #44311D; }
span { border-color: rgb(68,49,29); }
td.TdClassName
{
border-color: #44311D;
}
.TagClassName
{
border-color: #44311D;
}
</style>