Shades of Black #140200
Tints of Black #140200
RGB
CMYK
RGB Variations
Color information
#140200 (or 0x140200) is known color: Black. HEX triplet: 14, 02 and 00. RGB value is (20,2,0). Sum of RGB (Red+Green+Blue) = 20+2+0=22 (2% of max value = 765). Red value is 20 (8.20% from 255 or 90.91% from 22); Green value is 2 (1.17% from 255 or 9.09% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 20 - color contains mainly: red. Hex color #140200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140200 is #EBFDFF. Grayscale: #070707. Windows color (decimal): -15465984 or 532. OLE color: 532.
HSL color Cylindrical-coordinate representation of color #140200: hue angle of 6º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #140200 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 2 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.92 |
| HSL | 6º | 1% | 0.04% | - |
| HSV(B) | 6º | 1% | 0.08% | - |
| XYZ | 0.31 | 0.19 | 0.02 | - |
| YUV | 7.15 | 123.96 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 0 | 0 | 0.90 | 1 | 0.92 | 6 | 1 | 0.04 |
| Hex | 14 | 2 | 0 | 0 | 5A | 64 | 5C | 6 | 64 | 4 |
| Octal | 24 | 2 | 0 | 0 | 132 | 144 | 134 | 6 | 144 | 4 |
| Binary | 10100 | 10 | 0 | 0 | 1011010 | 1100100 | 1011100 | 110 | 1100100 | 100 |
Color Harmonies of #140200
Complementary color
Monochromatic Colors of #140200
Black with #140200
Text Example
Text Example
White with #140200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140200; }
p { color: rgb(20,2,0); }
H1.HeaderClassName
{
color: #140200;
}
.AnyTagClassName
{
color: #140200;
}
</style>
background-color css
<style>
a { background-color: #140200; }
a { background-color: rgb(20,2,0); }
div.DivClassName
{
background-color: #140200;
}
.BgClassName
{
background-color: #140200;
}
</style>
border-color css
<style>
span { border-color: #140200; }
span { border-color: rgb(20,2,0); }
td.TdClassName
{
border-color: #140200;
}
.TagClassName
{
border-color: #140200;
}
</style>