Shades of Black #140600
Tints of Black #140600
RGB
CMYK
RGB Variations
Color information
#140600 (or 0x140600) is known color: Black. HEX triplet: 14, 06 and 00. RGB value is (20,6,0). Sum of RGB (Red+Green+Blue) = 20+6+0=26 (3% of max value = 765). Red value is 20 (8.20% from 255 or 76.92% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 0 (0.39% from 255 or 0% from 26); Max value from RGB is 20 - color contains mainly: red. Hex color #140600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140600 is #EBF9FF. Grayscale: #090909. Windows color (decimal): -15464960 or 1556. OLE color: 1556.
HSL color Cylindrical-coordinate representation of color #140600: hue angle of 18º 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 #140600 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 6 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.92 |
| HSL | 18º | 1% | 0.04% | - |
| HSV(B) | 18º | 1% | 0.08% | - |
| XYZ | 0.35 | 0.28 | 0.04 | - |
| YUV | 9.5 | 122.64 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 6 | 0 | 0 | 0.70 | 1 | 0.92 | 18 | 1 | 0.04 |
| Hex | 14 | 6 | 0 | 0 | 46 | 64 | 5C | 12 | 64 | 4 |
| Octal | 24 | 6 | 0 | 0 | 106 | 144 | 134 | 22 | 144 | 4 |
| Binary | 10100 | 110 | 0 | 0 | 1000110 | 1100100 | 1011100 | 10010 | 1100100 | 100 |
Color Harmonies of #140600
Complementary color
Monochromatic Colors of #140600
Black with #140600
Text Example
Text Example
White with #140600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140600; }
p { color: rgb(20,6,0); }
H1.HeaderClassName
{
color: #140600;
}
.AnyTagClassName
{
color: #140600;
}
</style>
background-color css
<style>
a { background-color: #140600; }
a { background-color: rgb(20,6,0); }
div.DivClassName
{
background-color: #140600;
}
.BgClassName
{
background-color: #140600;
}
</style>
border-color css
<style>
span { border-color: #140600; }
span { border-color: rgb(20,6,0); }
td.TdClassName
{
border-color: #140600;
}
.TagClassName
{
border-color: #140600;
}
</style>