#211C1C

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

Shades of Nero #211C1C

Tints of Nero #211C1C

Color information

#211C1C (or 0x211C1C) is unknown color: approx Nero. HEX triplet: 21, 1C and 1C. RGB value is (33,28,28). Sum of RGB (Red+Green+Blue) = 33+28+28=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211C1C is #DEE3E3. Grayscale: #1D1D1D. Windows color (decimal): -14607332 or 1842209. OLE color: 1842209.

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

Color convert

RGB332828-
CMYK00.150.150.87
HSL8.2%11.96%-
HSV(B)15.15%12.94%-
XYZ1.251.241.27-
YUV29.49127.16130.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 28 (11.33% from 255) = 31.46%
BLUE value IS 28 (11.33% from 255) = 31.46%
R=37.08%
G=31.46%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33282800.150.150.8708.211.96
Hex211C1C0FF5708c
Octal4134340171712701014
Binary10000111100111000111111111010111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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