#211A0F

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

Shades of Black Magic #211A0F

Tints of Black Magic #211A0F

Color information

#211A0F (or 0x211A0F) is unknown color: approx Black Magic. HEX triplet: 21, 1A and 0F. RGB value is (33,26,15). Sum of RGB (Red+Green+Blue) = 33+26+15=74 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44.59% from 74); Green value is 26 (10.55% from 255 or 35.14% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 33 - color contains mainly: red. Hex color #211A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A0F is #DEE5F0. Grayscale: #1A1A1A. Windows color (decimal): -14607857 or 989729. OLE color: 989729.

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

Color convert

RGB332615-
CMYK00.210.550.87
HSL36.67º37.5%9.41%-
HSV(B)36.67º54.55%12.94%-
XYZ1.081.10.61-
YUV26.84121.32132.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44.59%
GREEN value IS 26 (10.55% from 255) = 35.14%
BLUE value IS 15 (6.25% from 255) = 20.27%
R=44.59%
G=35.14%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33261500.210.550.8736.6737.59.41
Hex211AF015375725269
Octal41321702567127454611
Binary10000111010111101010111011110101111001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,26,15); }

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

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

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

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

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

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

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