#282116

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

Shades of Black Magic #282116

Tints of Black Magic #282116

Color information

#282116 (or 0x282116) is unknown color: approx Black Magic. HEX triplet: 28, 21 and 16. RGB value is (40,33,22). Sum of RGB (Red+Green+Blue) = 40+33+22=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #282116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282116 is #D7DEE9. Grayscale: #212121. Windows color (decimal): -14147306 or 1450280. OLE color: 1450280.

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

Color convert

RGB403322-
CMYK00.170.450.84
HSL36.67º29.03%12.16%-
HSV(B)36.67º45%15.69%-
XYZ1.561.60.98-
YUV33.84121.32132.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 22 (8.98% from 255) = 23.16%
R=42.11%
G=34.74%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.45
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40332200.170.450.8436.6729.0312.16
Hex2821160112D54251dc
Octal50412602155124453514
Binary101000100001101100100011011011010100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282116; }

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

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

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

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

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

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

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

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