#21190B

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

Shades of Black Magic #21190B

Tints of Black Magic #21190B

Color information

#21190B (or 0x21190B) is unknown color: approx Black Magic. HEX triplet: 21, 19 and 0B. RGB value is (33,25,11). Sum of RGB (Red+Green+Blue) = 33+25+11=69 (9% of max value = 765). Red value is 33 (13.28% from 255 or 47.83% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 33 - color contains mainly: red. Hex color #21190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21190B is #DEE6F4. Grayscale: #191919. Windows color (decimal): -14608117 or 727329. OLE color: 727329.

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

Color convert

RGB332511-
CMYK00.240.670.87
HSL38.18º50%8.63%-
HSV(B)38.18º66.67%12.94%-
XYZ1.041.040.46-
YUV25.8119.65133.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 47.83%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=47.83%
G=36.23%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33251100.240.670.8738.18508.63
Hex2119B018435726329
Octal413113030103127466211
Binary100001110011011011000100001110101111001101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21190B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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