#282218

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

Shades of Black Magic #282218

Tints of Black Magic #282218

Color information

#282218 (or 0x282218) is unknown color: approx Black Magic. HEX triplet: 28, 22 and 18. RGB value is (40,34,24). Sum of RGB (Red+Green+Blue) = 40+34+24=98 (12% of max value = 765). Red value is 40 (16.02% from 255 or 40.82% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 40 - color contains mainly: red. Hex color #282218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282218 is #D7DDE7. Grayscale: #222222. Windows color (decimal): -14147048 or 1581608. OLE color: 1581608.

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

Color convert

RGB403424-
CMYK00.150.400.84
HSL37.5º25%12.55%-
HSV(B)37.5º40%15.69%-
XYZ1.611.661.1-
YUV34.65121.99131.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.82%
GREEN value IS 34 (13.67% from 255) = 34.69%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=40.82%
G=34.69%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40342400.150.400.8437.52512.55
Hex2822180F28542619d
Octal50423001750124463115
Binary10100010001011000011111010001010100100110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282218; }

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

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

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

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

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

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

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

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