#21190C

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

Shades of Black Magic #21190C

Tints of Black Magic #21190C

Color information

#21190C (or 0x21190C) is unknown color: approx Black Magic. HEX triplet: 21, 19 and 0C. RGB value is (33,25,12). Sum of RGB (Red+Green+Blue) = 33+25+12=70 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.14% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 12 (5.08% from 255 or 17.14% from 70); Max value from RGB is 33 - color contains mainly: red. Hex color #21190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21190C is #DEE6F3. Grayscale: #191919. Windows color (decimal): -14608116 or 792865. OLE color: 792865.

HSL color Cylindrical-coordinate representation of color #21190C: hue angle of 37.14º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #21190C is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.87.

Color convert

RGB332512-
CMYK00.240.640.87
HSL37.14º46.67%8.82%-
HSV(B)37.14º63.64%12.94%-
XYZ1.041.050.49-
YUV25.91120.15133.06-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.14%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 12 (5.08% from 255) = 17.14%
R=47.14%
G=35.71%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33251200.240.640.8737.1446.678.82
Hex2119C0184057252f9
Octal413114030100127455711
Binary100001110011100011000100000010101111001011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21190C; }

 p { color: rgb(33,25,12); }

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

<style>
 a { background-color: #21190C; }

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

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

<style>
 span { border-color: #21190C; }

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

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