#211D1D

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

Shades of Nero #211D1D

Tints of Nero #211D1D

Color information

#211D1D (or 0x211D1D) is unknown color: approx Nero. HEX triplet: 21, 1D and 1D. RGB value is (33,29,29). Sum of RGB (Red+Green+Blue) = 33+29+29=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 29 (11.72% from 255 or 31.87% from 91); Blue value is 29 (11.72% from 255 or 31.87% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D1D is #DEE2E2. Grayscale: #1E1E1E. Windows color (decimal): -14607075 or 1908001. OLE color: 1908001.

HSL color Cylindrical-coordinate representation of color #211D1D: hue angle of 0º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #211D1D is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB332929-
CMYK00.120.120.87
HSL6.45%12.16%-
HSV(B)12.12%12.94%-
XYZ1.291.291.34-
YUV30.2127.33130-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.26%
GREEN value IS 29 (11.72% from 255) = 31.87%
BLUE value IS 29 (11.72% from 255) = 31.87%
R=36.26%
G=31.87%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33292900.120.120.8706.4512.16
Hex211D1D0CC5706c
Octal413535014141270614
Binary1000011110111101011001100101011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211D1D; }

 p { color: rgb(33,29,29); }

 H1.HeaderClassName
 {
   color: #211D1D;
 }
 .AnyTagClassName
 {
   color: #211D1D;
 }
</style>
background-color css

<style>
 a { background-color: #211D1D; }

 a { background-color: rgb(33,29,29); }

 div.DivClassName
 {
   background-color: #211D1D;
 }
 .BgClassName
 {
   background-color: #211D1D;
 }
</style>
border-color css

<style>
 span { border-color: #211D1D; }

 span { border-color: rgb(33,29,29); }

 td.TdClassName
 {
   border-color: #211D1D;
 }
 .TagClassName
 {
   border-color: #211D1D;
 }
</style>