#211B1B

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

Shades of Nero #211B1B

Tints of Nero #211B1B

Color information

#211B1B (or 0x211B1B) is unknown color: approx Nero. HEX triplet: 21, 1B and 1B. RGB value is (33,27,27). Sum of RGB (Red+Green+Blue) = 33+27+27=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 33 - color contains mainly: red. Hex color #211B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B1B is #DEE4E4. Grayscale: #1C1C1C. Windows color (decimal): -14607589 or 1776417. OLE color: 1776417.

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

Color convert

RGB332727-
CMYK00.180.180.87
HSL10%11.76%-
HSV(B)18.18%12.94%-
XYZ1.221.191.2-
YUV28.79126.99131-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.93%
GREEN value IS 27 (10.94% from 255) = 31.03%
BLUE value IS 27 (10.94% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33272700.180.180.8701011.76
Hex211B1B01212570ac
Octal4133330222212701214
Binary1000011101111011010010100101010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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