Shades of Nero #141414
Tints of Nero #141414
RGB
CMYK
RGB Variations
Color information
#141414 (or 0x141414) is known color: Nero. HEX triplet: 14, 14 and 14. RGB value is (20,20,20). Sum of RGB (Red+Green+Blue) = 20+20+20=60 (7% of max value = 765). Red value is 20 (8.20% from 255 or 33.33% from 60); Green value is 20 (8.20% from 255 or 33.33% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 20 - color contains mainly: red, green, blue. Hex color #141414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141414 is #EBEBEB. Grayscale: #131313. Windows color (decimal): -15461356 or 1315860. OLE color: 1315860.
HSL color Cylindrical-coordinate representation of color #141414: hue angle of 0º degrees, saturation: 0, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0%. Process color model (Four color, CMYK) of #141414 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 20 | 20 | - |
| CMYK | 0 | 0 | 0 | 0.92 |
| HSL | 0º | 0% | 0.08% | - |
| HSV(B) | 0º | 0% | 0.08% | - |
| XYZ | 0.66 | 0.7 | 0.76 | - |
| YUV | 20 | 128 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 20 | 0 | 0 | 0 | 0.92 | 0 | 0 | 0.08 |
| Hex | 14 | 14 | 14 | 0 | 0 | 0 | 5C | 0 | 0 | 8 |
| Octal | 24 | 24 | 24 | 0 | 0 | 0 | 134 | 0 | 0 | 10 |
| Binary | 10100 | 10100 | 10100 | 0 | 0 | 0 | 1011100 | 0 | 0 | 1000 |
Color Harmonies of #141414
Complementary color
Monochromatic Colors of #141414
Black with #141414
Text Example
Text Example
White with #141414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141414; }
p { color: rgb(20,20,20); }
H1.HeaderClassName
{
color: #141414;
}
.AnyTagClassName
{
color: #141414;
}
</style>
background-color css
<style>
a { background-color: #141414; }
a { background-color: rgb(20,20,20); }
div.DivClassName
{
background-color: #141414;
}
.BgClassName
{
background-color: #141414;
}
</style>
border-color css
<style>
span { border-color: #141414; }
span { border-color: rgb(20,20,20); }
td.TdClassName
{
border-color: #141414;
}
.TagClassName
{
border-color: #141414;
}
</style>