Shades of Nero #201D1D
Tints of Nero #201D1D
RGB
CMYK
RGB Variations
Color information
#201D1D (or 0x201D1D) is known color: Nero. HEX triplet: 20, 1D and 1D. RGB value is (32,29,29). Sum of RGB (Red+Green+Blue) = 32+29+29=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 32 - color contains mainly: red. Hex color #201D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201D1D is #DFE2E2. Grayscale: #1D1D1D. Windows color (decimal): -14672611 or 1908000. OLE color: 1908000.
HSL color Cylindrical-coordinate representation of color #201D1D: hue angle of 0º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #201D1D is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 29 | 29 | - |
CMYK | 0 | 0.09 | 0.09 | 0.87 |
HSL | 0º | 0.05% | 0.12% | - |
HSV(B) | 0º | 0.09% | 0.13% | - |
XYZ | 1.26 | 1.27 | 1.34 | - |
YUV | 29.9 | 127.49 | 129.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 29 | 29 | 0 | 0.09 | 0.09 | 0.87 | 0 | 0.05 | 0.12 |
Hex | 20 | 1D | 1D | 0 | 9 | 9 | 57 | 0 | 5 | C |
Octal | 40 | 35 | 35 | 0 | 11 | 11 | 127 | 0 | 5 | 14 |
Binary | 100000 | 11101 | 11101 | 0 | 1001 | 1001 | 1010111 | 0 | 101 | 1100 |
Color Harmonies of #201D1D
Complementary color
Monochromatic Colors of #201D1D
Black with #201D1D
Text Example
Text Example
White with #201D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201D1D; }
p { color: rgb(32,29,29); }
H1.HeaderClassName
{
color: #201D1D;
}
.AnyTagClassName
{
color: #201D1D;
}
</style>
background-color css
<style>
a { background-color: #201D1D; }
a { background-color: rgb(32,29,29); }
div.DivClassName
{
background-color: #201D1D;
}
.BgClassName
{
background-color: #201D1D;
}
</style>
border-color css
<style>
span { border-color: #201D1D; }
span { border-color: rgb(32,29,29); }
td.TdClassName
{
border-color: #201D1D;
}
.TagClassName
{
border-color: #201D1D;
}
</style>