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