#20190E

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

Shades of Black Magic #20190E

Tints of Black Magic #20190E

Color information

#20190E (or 0x20190E) is unknown color: approx Black Magic. HEX triplet: 20, 19 and 0E. RGB value is (32,25,14). Sum of RGB (Red+Green+Blue) = 32+25+14=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 14 (5.86% from 255 or 19.72% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #20190E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20190E is #DFE6F1. Grayscale: #191919. Windows color (decimal): -14673650 or 923936. OLE color: 923936.

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

Color convert

RGB322514-
CMYK00.220.560.87
HSL36.67º39.13%9.02%-
HSV(B)36.67º56.25%12.55%-
XYZ1.021.030.56-
YUV25.84121.32132.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 25 (10.16% from 255) = 35.21%
BLUE value IS 14 (5.86% from 255) = 19.72%
R=45.07%
G=35.21%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32251400.220.560.8736.6739.139.02
Hex2019E016385725279
Octal40311602670127454711
Binary10000011001111001011011100010101111001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20190E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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