#211B11

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

Shades of Black Magic #211B11

Tints of Black Magic #211B11

Color information

#211B11 (or 0x211B11) is unknown color: approx Black Magic. HEX triplet: 21, 1B and 11. RGB value is (33,27,17). Sum of RGB (Red+Green+Blue) = 33+27+17=77 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.86% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 33 - color contains mainly: red. Hex color #211B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B11 is #DEE4EE. Grayscale: #1B1B1B. Windows color (decimal): -14607599 or 1121057. OLE color: 1121057.

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

Color convert

RGB332717-
CMYK00.180.480.87
HSL37.5º32%9.8%-
HSV(B)37.5º48.48%12.94%-
XYZ1.121.150.69-
YUV27.65121.99131.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.86%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 17 (7.03% from 255) = 22.08%
R=42.86%
G=35.06%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33271700.180.480.8737.5329.8
Hex211B1101230572520a
Octal41332102260127454012
Binary100001110111000101001011000010101111001011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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