Shades of Black #140706
Tints of Black #140706
RGB
CMYK
RGB Variations
Color information
#140706 (or 0x140706) is known color: Black. HEX triplet: 14, 07 and 06. RGB value is (20,7,6). Sum of RGB (Red+Green+Blue) = 20+7+6=33 (4% of max value = 765). Red value is 20 (8.20% from 255 or 60.61% from 33); Green value is 7 (3.12% from 255 or 21.21% from 33); Blue value is 6 (2.73% from 255 or 18.18% from 33); Max value from RGB is 20 - color contains mainly: red. Hex color #140706 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140706 is #EBF8F9. Grayscale: #0A0A0A. Windows color (decimal): -15464698 or 395028. OLE color: 395028.
HSL color Cylindrical-coordinate representation of color #140706: hue angle of 4.29º 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 #140706 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 7 | 6 | - |
| CMYK | 0 | 0.65 | 0.70 | 0.92 |
| HSL | 4.29º | 0.54% | 0.05% | - |
| HSV(B) | 4.29º | 0.7% | 0.08% | - |
| XYZ | 0.4 | 0.31 | 0.21 | - |
| YUV | 10.77 | 125.31 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 6 | 0 | 0.65 | 0.70 | 0.92 | 4.29 | 0.54 | 0.05 |
| Hex | 14 | 7 | 6 | 0 | 41 | 46 | 5C | 4 | 36 | 5 |
| Octal | 24 | 7 | 6 | 0 | 101 | 106 | 134 | 4 | 66 | 5 |
| Binary | 10100 | 111 | 110 | 0 | 1000001 | 1000110 | 1011100 | 100 | 110110 | 101 |
Color Harmonies of #140706
Complementary color
Monochromatic Colors of #140706
Black with #140706
Text Example
Text Example
White with #140706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140706; }
p { color: rgb(20,7,6); }
H1.HeaderClassName
{
color: #140706;
}
.AnyTagClassName
{
color: #140706;
}
</style>
background-color css
<style>
a { background-color: #140706; }
a { background-color: rgb(20,7,6); }
div.DivClassName
{
background-color: #140706;
}
.BgClassName
{
background-color: #140706;
}
</style>
border-color css
<style>
span { border-color: #140706; }
span { border-color: rgb(20,7,6); }
td.TdClassName
{
border-color: #140706;
}
.TagClassName
{
border-color: #140706;
}
</style>