#201B12

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

Shades of Black Magic #201B12

Tints of Black Magic #201B12

Color information

#201B12 (or 0x201B12) is unknown color: approx Black Magic. HEX triplet: 20, 1B and 12. RGB value is (32,27,18). Sum of RGB (Red+Green+Blue) = 32+27+18=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B12 is #DFE4ED. Grayscale: #1B1B1B. Windows color (decimal): -14673134 or 1186592. OLE color: 1186592.

HSL color Cylindrical-coordinate representation of color #201B12: hue angle of 38.57º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #201B12 is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB322718-
CMYK00.160.440.87
HSL38.57º28%9.8%-
HSV(B)38.57º43.75%12.55%-
XYZ1.11.130.73-
YUV27.47122.66131.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 27 (10.94% from 255) = 35.06%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=41.56%
G=35.06%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32271800.160.440.8738.57289.8
Hex201B120102C57271ca
Octal40332202054127473412
Binary10000011011100100100001011001010111100111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201B12; }

 p { color: rgb(32,27,18); }

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

<style>
 a { background-color: #201B12; }

 a { background-color: rgb(32,27,18); }

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

<style>
 span { border-color: #201B12; }

 span { border-color: rgb(32,27,18); }

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