#201B13

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

Shades of Black Magic #201B13

Tints of Black Magic #201B13

Color information

#201B13 (or 0x201B13) is unknown color: approx Black Magic. HEX triplet: 20, 1B and 13. RGB value is (32,27,19). Sum of RGB (Red+Green+Blue) = 32+27+19=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B13 is #DFE4EC. Grayscale: #1B1B1B. Windows color (decimal): -14673133 or 1252128. OLE color: 1252128.

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

Color convert

RGB322719-
CMYK00.160.410.87
HSL36.92º25.49%10%-
HSV(B)36.92º40.62%12.55%-
XYZ1.111.140.78-
YUV27.58123.16131.15-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 27 (10.94% from 255) = 34.62%
BLUE value IS 19 (7.81% from 255) = 24.36%
R=41.03%
G=34.62%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.41
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32271900.160.410.8736.9225.4910
Hex201B1301029572519a
Octal40332302051127453112
Binary10000011011100110100001010011010111100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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