#20180A

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

Shades of Black Magic #20180A

Tints of Black Magic #20180A

Color information

#20180A (or 0x20180A) is unknown color: approx Black Magic. HEX triplet: 20, 18 and 0A. RGB value is (32,24,10). Sum of RGB (Red+Green+Blue) = 32+24+10=66 (8% of max value = 765). Red value is 32 (12.89% from 255 or 48.48% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 32 - color contains mainly: red. Hex color #20180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20180A is #DFE7F5. Grayscale: #181818. Windows color (decimal): -14673910 or 661536. OLE color: 661536.

HSL color Cylindrical-coordinate representation of color #20180A: hue angle of 38.18º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #20180A is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB322410-
CMYK00.250.690.87
HSL38.18º52.38%8.24%-
HSV(B)38.18º68.75%12.55%-
XYZ0.980.980.43-
YUV24.8119.65133.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 48.48%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 10 (4.30% from 255) = 15.15%
R=48.48%
G=36.36%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32241000.250.690.8738.1852.388.24
Hex2018A019455726348
Octal403012031105127466410
Binary100000110001010011001100010110101111001101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20180A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20180A; }

 p { color: rgb(32,24,10); }

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

<style>
 a { background-color: #20180A; }

 a { background-color: rgb(32,24,10); }

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

<style>
 span { border-color: #20180A; }

 span { border-color: rgb(32,24,10); }

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