#282318

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

Shades of Black Magic #282318

Tints of Black Magic #282318

Color information

#282318 (or 0x282318) is unknown color: approx Black Magic. HEX triplet: 28, 23 and 18. RGB value is (40,35,24). Sum of RGB (Red+Green+Blue) = 40+35+24=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 40 - color contains mainly: red. Hex color #282318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282318 is #D7DCE7. Grayscale: #232323. Windows color (decimal): -14146792 or 1581864. OLE color: 1581864.

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

Color convert

RGB403524-
CMYK00.120.400.84
HSL41.25º25%12.55%-
HSV(B)41.25º40%15.69%-
XYZ1.641.721.11-
YUV35.24121.66131.39-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 40.40%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 24 (9.77% from 255) = 24.24%
R=40.40%
G=35.35%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40352400.120.400.8441.252512.55
Hex2823180C28542919d
Octal50433001450124513115
Binary10100010001111000011001010001010100101001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282318; }

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

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

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

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

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

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

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

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