#282011

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

Shades of Black Magic #282011

Tints of Black Magic #282011

Color information

#282011 (or 0x282011) is unknown color: approx Black Magic. HEX triplet: 28, 20 and 11. RGB value is (40,32,17). Sum of RGB (Red+Green+Blue) = 40+32+17=89 (11% of max value = 765). Red value is 40 (16.02% from 255 or 44.94% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 40 - color contains mainly: red. Hex color #282011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282011 is #D7DFEE. Grayscale: #202020. Windows color (decimal): -14147567 or 1122344. OLE color: 1122344.

HSL color Cylindrical-coordinate representation of color #282011: hue angle of 39.13º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #282011 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB403217-
CMYK00.200.570.84
HSL39.13º40.35%11.18%-
HSV(B)39.13º57.5%15.69%-
XYZ1.491.520.75-
YUV32.68119.15133.22-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 44.94%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 17 (7.03% from 255) = 19.10%
R=44.94%
G=35.96%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40321700.200.570.8439.1340.3511.18
Hex28201101439542728b
Octal50402102471124475013
Binary1010001000001000101010011100110101001001111010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282011; }

 p { color: rgb(40,32,17); }

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

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

 a { background-color: rgb(40,32,17); }

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

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

 span { border-color: rgb(40,32,17); }

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