#282010

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

Shades of Black Magic #282010

Tints of Black Magic #282010

Color information

#282010 (or 0x282010) is unknown color: approx Black Magic. HEX triplet: 28, 20 and 10. RGB value is (40,32,16). Sum of RGB (Red+Green+Blue) = 40+32+16=88 (11% of max value = 765). Red value is 40 (16.02% from 255 or 45.45% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 16 (6.64% from 255 or 18.18% from 88); Max value from RGB is 40 - color contains mainly: red. Hex color #282010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282010 is #D7DFEF. Grayscale: #202020. Windows color (decimal): -14147568 or 1056808. OLE color: 1056808.

HSL color Cylindrical-coordinate representation of color #282010: hue angle of 40º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282010 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.84.

Color convert

RGB403216-
CMYK00.200.600.84
HSL40º42.86%10.98%-
HSV(B)40º60%15.69%-
XYZ1.491.520.71-
YUV32.57118.65133.3-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 45.45%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 16 (6.64% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40321600.200.600.844042.8610.98
Hex2820100143C54282bb
Octal50402002474124505313
Binary1010001000001000001010011110010101001010001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282010; }

 p { color: rgb(40,32,16); }

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

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

 a { background-color: rgb(40,32,16); }

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

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

 span { border-color: rgb(40,32,16); }

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