#282115

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

Shades of Black Magic #282115

Tints of Black Magic #282115

Color information

#282115 (or 0x282115) is unknown color: approx Black Magic. HEX triplet: 28, 21 and 15. RGB value is (40,33,21). Sum of RGB (Red+Green+Blue) = 40+33+21=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #282115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282115 is #D7DEEA. Grayscale: #212121. Windows color (decimal): -14147307 or 1384744. OLE color: 1384744.

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

Color convert

RGB403321-
CMYK00.170.480.84
HSL37.89º31.15%11.96%-
HSV(B)37.89º47.5%15.69%-
XYZ1.551.590.94-
YUV33.72120.82132.48-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 33 (13.28% from 255) = 35.11%
BLUE value IS 21 (8.59% from 255) = 22.34%
R=42.55%
G=35.11%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40332100.170.480.8437.8931.1511.96
Hex2821150113054261fc
Octal50412502160124463714
Binary101000100001101010100011100001010100100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282115; }

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

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

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

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

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

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

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

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