#201D1D

Color #201D1D Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #201D1D

Tints of Nero #201D1D

Color information

#201D1D (or 0x201D1D) is unknown color: approx 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

RGB322929-
CMYK00.090.090.87
HSL4.92%11.96%-
HSV(B)9.38%12.55%-
XYZ1.261.271.34-
YUV29.9127.49129.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 35.56%
GREEN value IS 29 (11.72% from 255) = 32.22%
BLUE value IS 29 (11.72% from 255) = 32.22%
R=35.56%
G=32.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32292900.090.090.8704.9211.96
Hex201D1D0995705c
Octal403535011111270514
Binary1000001110111101010011001101011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>