#282013

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

Shades of Black Magic #282013

Tints of Black Magic #282013

Color information

#282013 (or 0x282013) is unknown color: approx Black Magic. HEX triplet: 28, 20 and 13. RGB value is (40,32,19). Sum of RGB (Red+Green+Blue) = 40+32+19=91 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.96% from 91); Green value is 32 (12.89% from 255 or 35.16% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 40 - color contains mainly: red. Hex color #282013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282013 is #D7DFEC. Grayscale: #202020. Windows color (decimal): -14147565 or 1253416. OLE color: 1253416.

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

Color convert

RGB403219-
CMYK00.200.520.84
HSL37.14º35.59%11.57%-
HSV(B)37.14º52.5%15.69%-
XYZ1.511.530.83-
YUV32.91120.15133.06-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.96%
GREEN value IS 32 (12.89% from 255) = 35.16%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=43.96%
G=35.16%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40321900.200.520.8437.1435.5911.57
Hex28201301434542524c
Octal50402302464124454414
Binary1010001000001001101010011010010101001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282013; }

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

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

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

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

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

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

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

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