#2E2820

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

Shades of Black Magic #2E2820

Tints of Black Magic #2E2820

Color information

#2E2820 (or 0x2E2820) is unknown color: approx Black Magic. HEX triplet: 2E, 28 and 20. RGB value is (46,40,32). Sum of RGB (Red+Green+Blue) = 46+40+32=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2820 is #D1D7DF. Grayscale: #282828. Windows color (decimal): -13752288 or 2107438. OLE color: 2107438.

HSL color Cylindrical-coordinate representation of color #2E2820: hue angle of 34.29º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2820 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.82.

Color convert

RGB464032-
CMYK00.130.300.82
HSL34.29º17.95%15.29%-
HSV(B)34.29º30.43%18.04%-
XYZ2.152.21.68-
YUV40.88122.99131.65-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.98%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=38.98%
G=33.90%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46403200.130.300.8234.2917.9515.29
Hex2E28200D1E522212f
Octal56504001536122422217
Binary10111010100010000001101111101010010100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E2820; }

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

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

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

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

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

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

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

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