#282118

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

Shades of Black Magic #282118

Tints of Black Magic #282118

Color information

#282118 (or 0x282118) is unknown color: approx Black Magic. HEX triplet: 28, 21 and 18. RGB value is (40,33,24). Sum of RGB (Red+Green+Blue) = 40+33+24=97 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.24% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 40 - color contains mainly: red. Hex color #282118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282118 is #D7DEE7. Grayscale: #222222. Windows color (decimal): -14147304 or 1581352. OLE color: 1581352.

HSL color Cylindrical-coordinate representation of color #282118: hue angle of 33.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #282118 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.84.

Color convert

RGB403324-
CMYK00.170.400.84
HSL33.75º25%12.55%-
HSV(B)33.75º40%15.69%-
XYZ1.581.61.09-
YUV34.07122.32132.23-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.24%
GREEN value IS 33 (13.28% from 255) = 34.02%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=41.24%
G=34.02%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40332400.170.400.8433.752512.55
Hex28211801128542219d
Octal50413002150124423115
Binary101000100001110000100011010001010100100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282118; }

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

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

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

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

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

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

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

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