#282216

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

Shades of Black Magic #282216

Tints of Black Magic #282216

Color information

#282216 (or 0x282216) is unknown color: approx Black Magic. HEX triplet: 28, 22 and 16. RGB value is (40,34,22). Sum of RGB (Red+Green+Blue) = 40+34+22=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282216 is #D7DDE9. Grayscale: #222222. Windows color (decimal): -14147050 or 1450536. OLE color: 1450536.

HSL color Cylindrical-coordinate representation of color #282216: hue angle of 40º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #282216 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.84.

Color convert

RGB403422-
CMYK00.150.450.84
HSL40º29.03%12.16%-
HSV(B)40º45%15.69%-
XYZ1.591.650.99-
YUV34.43120.99131.98-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 34 (13.67% from 255) = 35.42%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=41.67%
G=35.42%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40342200.150.450.844029.0312.16
Hex2822160F2D54281dc
Octal50422601755124503514
Binary10100010001010110011111011011010100101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282216; }

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

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

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

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

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

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

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

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