#282215

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

Shades of Black Magic #282215

Tints of Black Magic #282215

Color information

#282215 (or 0x282215) is unknown color: approx Black Magic. HEX triplet: 28, 22 and 15. RGB value is (40,34,21). Sum of RGB (Red+Green+Blue) = 40+34+21=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282215 is #D7DDEA. Grayscale: #222222. Windows color (decimal): -14147051 or 1385000. OLE color: 1385000.

HSL color Cylindrical-coordinate representation of color #282215: hue angle of 41.05º 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 #282215 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB403421-
CMYK00.150.480.84
HSL41.05º31.15%11.96%-
HSV(B)41.05º47.5%15.69%-
XYZ1.581.650.94-
YUV34.31120.49132.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 21 (8.59% from 255) = 22.11%
R=42.11%
G=35.79%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40342100.150.480.8441.0531.1511.96
Hex2822150F3054291fc
Octal50422501760124513714
Binary10100010001010101011111100001010100101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282215; }

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

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

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

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

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

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

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

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