Shades of Black #140700
Tints of Black #140700
RGB
CMYK
RGB Variations
Color information
#140700 (or 0x140700) is known color: Black. HEX triplet: 14, 07 and 00. RGB value is (20,7,0). Sum of RGB (Red+Green+Blue) = 20+7+0=27 (3% of max value = 765). Red value is 20 (8.20% from 255 or 74.07% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 0 (0.39% from 255 or 0% from 27); Max value from RGB is 20 - color contains mainly: red. Hex color #140700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140700 is #EBF8FF. Grayscale: #0A0A0A. Windows color (decimal): -15464704 or 1812. OLE color: 1812.
HSL color Cylindrical-coordinate representation of color #140700: hue angle of 21º 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 #140700 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 7 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.92 |
| HSL | 21º | 1% | 0.04% | - |
| HSV(B) | 21º | 1% | 0.08% | - |
| XYZ | 0.36 | 0.3 | 0.04 | - |
| YUV | 10.09 | 122.31 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 7 | 0 | 0 | 0.65 | 1 | 0.92 | 21 | 1 | 0.04 |
| Hex | 14 | 7 | 0 | 0 | 41 | 64 | 5C | 15 | 64 | 4 |
| Octal | 24 | 7 | 0 | 0 | 101 | 144 | 134 | 25 | 144 | 4 |
| Binary | 10100 | 111 | 0 | 0 | 1000001 | 1100100 | 1011100 | 10101 | 1100100 | 100 |
Color Harmonies of #140700
Complementary color
Monochromatic Colors of #140700
Black with #140700
Text Example
Text Example
White with #140700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140700; }
p { color: rgb(20,7,0); }
H1.HeaderClassName
{
color: #140700;
}
.AnyTagClassName
{
color: #140700;
}
</style>
background-color css
<style>
a { background-color: #140700; }
a { background-color: rgb(20,7,0); }
div.DivClassName
{
background-color: #140700;
}
.BgClassName
{
background-color: #140700;
}
</style>
border-color css
<style>
span { border-color: #140700; }
span { border-color: rgb(20,7,0); }
td.TdClassName
{
border-color: #140700;
}
.TagClassName
{
border-color: #140700;
}
</style>