Shades of Black #140404
Tints of Black #140404
RGB
CMYK
RGB Variations
Color information
#140404 (or 0x140404) is known color: Black. HEX triplet: 14, 04 and 04. RGB value is (20,4,4). Sum of RGB (Red+Green+Blue) = 20+4+4=28 (3% of max value = 765). Red value is 20 (8.20% from 255 or 71.43% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 20 - color contains mainly: red. Hex color #140404 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140404 is #EBFBFB. Grayscale: #080808. Windows color (decimal): -15465468 or 263188. OLE color: 263188.
HSL color Cylindrical-coordinate representation of color #140404: hue angle of 0º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #140404 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 4 | 4 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.92 |
| HSL | 0º | 0.67% | 0.05% | - |
| HSV(B) | 0º | 0.8% | 0.08% | - |
| XYZ | 0.35 | 0.24 | 0.14 | - |
| YUV | 8.78 | 125.3 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 4 | 0 | 0.80 | 0.80 | 0.92 | 0 | 0.67 | 0.05 |
| Hex | 14 | 4 | 4 | 0 | 50 | 50 | 5C | 0 | 43 | 5 |
| Octal | 24 | 4 | 4 | 0 | 120 | 120 | 134 | 0 | 103 | 5 |
| Binary | 10100 | 100 | 100 | 0 | 1010000 | 1010000 | 1011100 | 0 | 1000011 | 101 |
Color Harmonies of #140404
Complementary color
Monochromatic Colors of #140404
Black with #140404
Text Example
Text Example
White with #140404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140404; }
p { color: rgb(20,4,4); }
H1.HeaderClassName
{
color: #140404;
}
.AnyTagClassName
{
color: #140404;
}
</style>
background-color css
<style>
a { background-color: #140404; }
a { background-color: rgb(20,4,4); }
div.DivClassName
{
background-color: #140404;
}
.BgClassName
{
background-color: #140404;
}
</style>
border-color css
<style>
span { border-color: #140404; }
span { border-color: rgb(20,4,4); }
td.TdClassName
{
border-color: #140404;
}
.TagClassName
{
border-color: #140404;
}
</style>