Shades of Black #140800
Tints of Black #140800
RGB
CMYK
RGB Variations
Color information
#140800 (or 0x140800) is known color: Black. HEX triplet: 14, 08 and 00. RGB value is (20,8,0). Sum of RGB (Red+Green+Blue) = 20+8+0=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 0 (0.39% from 255 or 0% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140800 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140800 is #EBF7FF. Grayscale: #0A0A0A. Windows color (decimal): -15464448 or 2068. OLE color: 2068.
HSL color Cylindrical-coordinate representation of color #140800: hue angle of 24º 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 #140800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 8 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.92 |
| HSL | 24º | 1% | 0.04% | - |
| HSV(B) | 24º | 1% | 0.08% | - |
| XYZ | 0.38 | 0.32 | 0.04 | - |
| YUV | 10.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 0 | 0 | 0.60 | 1 | 0.92 | 24 | 1 | 0.04 |
| Hex | 14 | 8 | 0 | 0 | 3C | 64 | 5C | 18 | 64 | 4 |
| Octal | 24 | 10 | 0 | 0 | 74 | 144 | 134 | 30 | 144 | 4 |
| Binary | 10100 | 1000 | 0 | 0 | 111100 | 1100100 | 1011100 | 11000 | 1100100 | 100 |
Color Harmonies of #140800
Complementary color
Monochromatic Colors of #140800
Black with #140800
Text Example
Text Example
White with #140800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140800; }
p { color: rgb(20,8,0); }
H1.HeaderClassName
{
color: #140800;
}
.AnyTagClassName
{
color: #140800;
}
</style>
background-color css
<style>
a { background-color: #140800; }
a { background-color: rgb(20,8,0); }
div.DivClassName
{
background-color: #140800;
}
.BgClassName
{
background-color: #140800;
}
</style>
border-color css
<style>
span { border-color: #140800; }
span { border-color: rgb(20,8,0); }
td.TdClassName
{
border-color: #140800;
}
.TagClassName
{
border-color: #140800;
}
</style>