#2E2004

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

Shades of Black Magic #2E2004

Tints of Black Magic #2E2004

Color information

#2E2004 (or 0x2E2004) is unknown color: approx Black Magic. HEX triplet: 2E, 20 and 04. RGB value is (46,32,4). Sum of RGB (Red+Green+Blue) = 46+32+4=82 (10% of max value = 765). Red value is 46 (18.36% from 255 or 56.10% from 82); Green value is 32 (12.89% from 255 or 39.02% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2004 is #D1DFFB. Grayscale: #212121. Windows color (decimal): -13754364 or 270382. OLE color: 270382.

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

Color convert

RGB46324-
CMYK00.300.910.82
HSL40º84%9.8%-
HSV(B)40º91.3%18.04%-
XYZ1.671.620.34-
YUV32.99111.64137.28-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 56.10%
GREEN value IS 32 (12.89% from 255) = 39.02%
BLUE value IS 4 (1.95% from 255) = 4.88%
R=56.10%
G=39.02%
B=4.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4632400.300.910.8240849.8
Hex2E20401E5B522854a
Octal564040361331225012412
Binary1011101000001000111101011011101001010100010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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