Shades of Black #140806
Tints of Black #140806
RGB
CMYK
RGB Variations
Color information
#140806 (or 0x140806) is known color: Black. HEX triplet: 14, 08 and 06. RGB value is (20,8,6). Sum of RGB (Red+Green+Blue) = 20+8+6=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 6 (2.73% from 255 or 17.65% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #140806 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140806 is #EBF7F9. Grayscale: #0B0B0B. Windows color (decimal): -15464442 or 395284. OLE color: 395284.
HSL color Cylindrical-coordinate representation of color #140806: hue angle of 8.57º degrees, saturation: 0.54, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #140806 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 6 | - |
| CMYK | 0 | 0.60 | 0.70 | 0.92 |
| HSL | 8.57º | 0.54% | 0.05% | - |
| HSV(B) | 8.57º | 0.7% | 0.08% | - |
| XYZ | 0.41 | 0.34 | 0.22 | - |
| YUV | 11.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 6 | 0 | 0.60 | 0.70 | 0.92 | 8.57 | 0.54 | 0.05 |
| Hex | 14 | 8 | 6 | 0 | 3C | 46 | 5C | 9 | 36 | 5 |
| Octal | 24 | 10 | 6 | 0 | 74 | 106 | 134 | 11 | 66 | 5 |
| Binary | 10100 | 1000 | 110 | 0 | 111100 | 1000110 | 1011100 | 1001 | 110110 | 101 |
Color Harmonies of #140806
Complementary color
Monochromatic Colors of #140806
Black with #140806
Text Example
Text Example
White with #140806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140806; }
p { color: rgb(20,8,6); }
H1.HeaderClassName
{
color: #140806;
}
.AnyTagClassName
{
color: #140806;
}
</style>
background-color css
<style>
a { background-color: #140806; }
a { background-color: rgb(20,8,6); }
div.DivClassName
{
background-color: #140806;
}
.BgClassName
{
background-color: #140806;
}
</style>
border-color css
<style>
span { border-color: #140806; }
span { border-color: rgb(20,8,6); }
td.TdClassName
{
border-color: #140806;
}
.TagClassName
{
border-color: #140806;
}
</style>