#282117

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

Shades of Black Magic #282117

Tints of Black Magic #282117

Color information

#282117 (or 0x282117) is unknown color: approx Black Magic. HEX triplet: 28, 21 and 17. RGB value is (40,33,23). Sum of RGB (Red+Green+Blue) = 40+33+23=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 23 (9.38% from 255 or 23.96% from 96); Max value from RGB is 40 - color contains mainly: red. Hex color #282117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282117 is #D7DEE8. Grayscale: #222222. Windows color (decimal): -14147305 or 1515816. OLE color: 1515816.

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

Color convert

RGB403323-
CMYK00.170.430.84
HSL35.29º26.98%12.35%-
HSV(B)35.29º42.5%15.69%-
XYZ1.571.61.04-
YUV33.95121.82132.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 41.67%
GREEN value IS 33 (13.28% from 255) = 34.38%
BLUE value IS 23 (9.38% from 255) = 23.96%
R=41.67%
G=34.38%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40332300.170.430.8435.2926.9812.35
Hex2821170112B54231bc
Octal50412702153124433314
Binary101000100001101110100011010111010100100011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282117; }

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

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

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

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

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

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

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

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