#282015

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

Shades of Black Magic #282015

Tints of Black Magic #282015

Color information

#282015 (or 0x282015) is unknown color: approx Black Magic. HEX triplet: 28, 20 and 15. RGB value is (40,32,21). Sum of RGB (Red+Green+Blue) = 40+32+21=93 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.01% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 40 - color contains mainly: red. Hex color #282015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282015 is #D7DFEA. Grayscale: #212121. Windows color (decimal): -14147563 or 1384488. OLE color: 1384488.

HSL color Cylindrical-coordinate representation of color #282015: hue angle of 34.74º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #282015 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB403221-
CMYK00.200.480.84
HSL34.74º31.15%11.96%-
HSV(B)34.74º47.5%15.69%-
XYZ1.531.540.93-
YUV33.14121.15132.89-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.01%
GREEN value IS 32 (12.89% from 255) = 34.41%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=43.01%
G=34.41%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40322100.200.480.8434.7431.1511.96
Hex2820150143054231fc
Octal50402502460124433714
Binary101000100000101010101001100001010100100011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282015; }

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

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

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

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

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

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

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

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