#20190D

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

Shades of Black Magic #20190D

Tints of Black Magic #20190D

Color information

#20190D (or 0x20190D) is unknown color: approx Black Magic. HEX triplet: 20, 19 and 0D. RGB value is (32,25,13). Sum of RGB (Red+Green+Blue) = 32+25+13=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 25 (10.16% from 255 or 35.71% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #20190D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20190D is #DFE6F2. Grayscale: #191919. Windows color (decimal): -14673651 or 858400. OLE color: 858400.

HSL color Cylindrical-coordinate representation of color #20190D: hue angle of 37.89º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20190D is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.87.

Color convert

RGB322513-
CMYK00.220.590.87
HSL37.89º42.22%8.82%-
HSV(B)37.89º59.38%12.55%-
XYZ1.021.030.53-
YUV25.72120.82132.48-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 25 (10.16% from 255) = 35.71%
BLUE value IS 13 (5.47% from 255) = 18.57%
R=45.71%
G=35.71%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.59
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32251300.220.590.8737.8942.228.82
Hex2019D0163B57262a9
Octal40311502673127465211
Binary10000011001110101011011101110101111001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20190D; }

 p { color: rgb(32,25,13); }

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

<style>
 a { background-color: #20190D; }

 a { background-color: rgb(32,25,13); }

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

<style>
 span { border-color: #20190D; }

 span { border-color: rgb(32,25,13); }

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