#201C15

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

Shades of Black Magic #201C15

Tints of Black Magic #201C15

Color information

#201C15 (or 0x201C15) is unknown color: approx Black Magic. HEX triplet: 20, 1C and 15. RGB value is (32,28,21). Sum of RGB (Red+Green+Blue) = 32+28+21=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #201C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C15 is #DFE3EA. Grayscale: #1C1C1C. Windows color (decimal): -14672875 or 1383456. OLE color: 1383456.

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

Color convert

RGB322821-
CMYK00.120.340.87
HSL38.18º20.75%10.39%-
HSV(B)38.18º34.38%12.55%-
XYZ1.151.190.88-
YUV28.4123.83130.57-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 21 (8.59% from 255) = 25.93%
R=39.51%
G=34.57%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32282100.120.340.8738.1820.7510.39
Hex201C150C22572615a
Octal40342501442127462512
Binary1000001110010101011001000101010111100110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,28,21); }

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

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

 a { background-color: rgb(32,28,21); }

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

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

 span { border-color: rgb(32,28,21); }

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