#2E2411

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

Shades of Black Magic #2E2411

Tints of Black Magic #2E2411

Color information

#2E2411 (or 0x2E2411) is unknown color: approx Black Magic. HEX triplet: 2E, 24 and 11. RGB value is (46,36,17). Sum of RGB (Red+Green+Blue) = 46+36+17=99 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46.46% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 17 (7.03% from 255 or 17.17% from 99); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2411 is #D1DBEE. Grayscale: #242424. Windows color (decimal): -13753327 or 1123374. OLE color: 1123374.

HSL color Cylindrical-coordinate representation of color #2E2411: hue angle of 39.31º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E2411 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB463617-
CMYK00.220.630.82
HSL39.31º46.03%12.35%-
HSV(B)39.31º63.04%18.04%-
XYZ1.861.880.8-
YUV36.82116.81134.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46.46%
GREEN value IS 36 (14.45% from 255) = 36.36%
BLUE value IS 17 (7.03% from 255) = 17.17%
R=46.46%
G=36.36%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46361700.220.630.8239.3146.0312.35
Hex2E24110163F52272ec
Octal56442102677122475614
Binary1011101001001000101011011111110100101001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,17); }

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

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

 a { background-color: rgb(46,36,17); }

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

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

 span { border-color: rgb(46,36,17); }

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