#282112

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

Shades of Black Magic #282112

Tints of Black Magic #282112

Color information

#282112 (or 0x282112) is unknown color: approx Black Magic. HEX triplet: 28, 21 and 12. RGB value is (40,33,18). Sum of RGB (Red+Green+Blue) = 40+33+18=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 33 (13.28% from 255 or 36.26% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #282112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282112 is #D7DEED. Grayscale: #212121. Windows color (decimal): -14147310 or 1188136. OLE color: 1188136.

HSL color Cylindrical-coordinate representation of color #282112: hue angle of 40.91º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282112 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB403318-
CMYK00.170.550.84
HSL40.91º37.93%11.37%-
HSV(B)40.91º55%15.69%-
XYZ1.531.580.8-
YUV33.38119.32132.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 33 (13.28% from 255) = 36.26%
BLUE value IS 18 (7.42% from 255) = 19.78%
R=43.96%
G=36.26%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40331800.170.550.8440.9137.9311.37
Hex28211201137542926b
Octal50412202167124514613
Binary1010001000011001001000111011110101001010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282112; }

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

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

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

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

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

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

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

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