#211C13

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

Shades of Black Magic #211C13

Tints of Black Magic #211C13

Color information

#211C13 (or 0x211C13) is unknown color: approx Black Magic. HEX triplet: 21, 1C and 13. RGB value is (33,28,19). Sum of RGB (Red+Green+Blue) = 33+28+19=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 28 (11.33% from 255 or 35% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #211C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C13 is #DEE3EC. Grayscale: #1C1C1C. Windows color (decimal): -14607341 or 1252385. OLE color: 1252385.

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

Color convert

RGB332819-
CMYK00.150.420.87
HSL38.57º26.92%10.2%-
HSV(B)38.57º42.42%12.94%-
XYZ1.161.20.79-
YUV28.47122.66131.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.25%
GREEN value IS 28 (11.33% from 255) = 35%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=41.25%
G=35%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33281900.150.420.8738.5726.9210.2
Hex211C130F2A57271ba
Octal41342301752127473312
Binary1000011110010011011111010101010111100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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