#211C14

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

Shades of Black Magic #211C14

Tints of Black Magic #211C14

Color information

#211C14 (or 0x211C14) is unknown color: approx Black Magic. HEX triplet: 21, 1C and 14. RGB value is (33,28,20). Sum of RGB (Red+Green+Blue) = 33+28+20=81 (10% of max value = 765). Red value is 33 (13.28% from 255 or 40.74% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 20 (8.20% from 255 or 24.69% from 81); Max value from RGB is 33 - color contains mainly: red. Hex color #211C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211C14 is #DEE3EB. Grayscale: #1C1C1C. Windows color (decimal): -14607340 or 1317921. OLE color: 1317921.

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

Color convert

RGB332820-
CMYK00.150.390.87
HSL36.92º24.53%10.39%-
HSV(B)36.92º39.39%12.94%-
XYZ1.171.20.83-
YUV28.58123.16131.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 40.74%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 20 (8.20% from 255) = 24.69%
R=40.74%
G=34.57%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33282000.150.390.8736.9224.5310.39
Hex211C140F27572519a
Octal41342401747127453112
Binary1000011110010100011111001111010111100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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