Shades of Black #140A00
Tints of Black #140A00
RGB
CMYK
RGB Variations
Color information
#140A00 (or 0x140A00) is known color: Black. HEX triplet: 14, 0A and 00. RGB value is (20,10,0). Sum of RGB (Red+Green+Blue) = 20+10+0=30 (3% of max value = 765). Red value is 20 (8.20% from 255 or 66.67% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 0 (0.39% from 255 or 0% from 30); Max value from RGB is 20 - color contains mainly: red. Hex color #140A00 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140A00 is #EBF5FF. Grayscale: #0B0B0B. Windows color (decimal): -15463936 or 2580. OLE color: 2580.
HSL color Cylindrical-coordinate representation of color #140A00: hue angle of 30º 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 #140A00 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 10 | 0 | - |
| CMYK | 0 | 0.50 | 1 | 0.92 |
| HSL | 30º | 1% | 0.04% | - |
| HSV(B) | 30º | 1% | 0.08% | - |
| XYZ | 0.4 | 0.37 | 0.05 | - |
| YUV | 11.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 0 | 0 | 0.50 | 1 | 0.92 | 30 | 1 | 0.04 |
| Hex | 14 | A | 0 | 0 | 32 | 64 | 5C | 1E | 64 | 4 |
| Octal | 24 | 12 | 0 | 0 | 62 | 144 | 134 | 36 | 144 | 4 |
| Binary | 10100 | 1010 | 0 | 0 | 110010 | 1100100 | 1011100 | 11110 | 1100100 | 100 |
Color Harmonies of #140A00
Complementary color
Monochromatic Colors of #140A00
Black with #140A00
Text Example
Text Example
White with #140A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A00; }
p { color: rgb(20,10,0); }
H1.HeaderClassName
{
color: #140A00;
}
.AnyTagClassName
{
color: #140A00;
}
</style>
background-color css
<style>
a { background-color: #140A00; }
a { background-color: rgb(20,10,0); }
div.DivClassName
{
background-color: #140A00;
}
.BgClassName
{
background-color: #140A00;
}
</style>
border-color css
<style>
span { border-color: #140A00; }
span { border-color: rgb(20,10,0); }
td.TdClassName
{
border-color: #140A00;
}
.TagClassName
{
border-color: #140A00;
}
</style>