#211F1F

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

Shades of Nero #211F1F

Tints of Nero #211F1F

Color information

#211F1F (or 0x211F1F) is unknown color: approx Nero. HEX triplet: 21, 1F and 1F. RGB value is (33,31,31). Sum of RGB (Red+Green+Blue) = 33+31+31=95 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.74% from 95); Green value is 31 (12.5% from 255 or 32.63% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 33 - color contains mainly: red. Hex color #211F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F1F is #DEE0E0. Grayscale: #1F1F1F. Windows color (decimal): -14606561 or 2039585. OLE color: 2039585.

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

Color convert

RGB333131-
CMYK00.060.060.87
HSL3.13%12.55%-
HSV(B)6.06%12.94%-
XYZ1.361.41.5-
YUV31.6127.66129-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 34.74%
GREEN value IS 31 (12.5% from 255) = 32.63%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=34.74%
G=32.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33313100.060.060.8703.1312.55
Hex211F1F0665703d
Octal4137370661270315
Binary1000011111111111011011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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