Shades of Clinker #44311B
Tints of Clinker #44311B
RGB
CMYK
RGB Variations
Color information
#44311B (or 0x44311B) is known color: Clinker. HEX triplet: 44, 31 and 1B. RGB value is (68,49,27). Sum of RGB (Red+Green+Blue) = 68+49+27=144 (19% of max value = 765). Red value is 68 (26.95% from 255 or 47.22% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 68 - color contains mainly: red. Hex color #44311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #44311B is #BBCEE4. Grayscale: #343434. Windows color (decimal): -12308197 or 1782084. OLE color: 1782084.
HSL color Cylindrical-coordinate representation of color #44311B: hue angle of 32.2º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44311B is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 49 | 27 | - |
| CMYK | 0 | 0.28 | 0.60 | 0.73 |
| HSL | 32.2º | 0.43% | 0.19% | - |
| HSV(B) | 32.2º | 0.6% | 0.27% | - |
| XYZ | 3.68 | 3.5 | 1.52 | - |
| YUV | 52.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 49 | 27 | 0 | 0.28 | 0.60 | 0.73 | 32.2 | 0.43 | 0.19 |
| Hex | 44 | 31 | 1B | 0 | 1C | 3C | 49 | 20 | 2B | 13 |
| Octal | 104 | 61 | 33 | 0 | 34 | 74 | 111 | 40 | 53 | 23 |
| Binary | 1000100 | 110001 | 11011 | 0 | 11100 | 111100 | 1001001 | 100000 | 101011 | 10011 |
Color Harmonies of #44311B
Complementary color
Monochromatic Colors of #44311B
Black with #44311B
Text Example
Text Example
White with #44311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44311B; }
p { color: rgb(68,49,27); }
H1.HeaderClassName
{
color: #44311B;
}
.AnyTagClassName
{
color: #44311B;
}
</style>
background-color css
<style>
a { background-color: #44311B; }
a { background-color: rgb(68,49,27); }
div.DivClassName
{
background-color: #44311B;
}
.BgClassName
{
background-color: #44311B;
}
</style>
border-color css
<style>
span { border-color: #44311B; }
span { border-color: rgb(68,49,27); }
td.TdClassName
{
border-color: #44311B;
}
.TagClassName
{
border-color: #44311B;
}
</style>