#2E2511

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

Shades of Black Magic #2E2511

Tints of Black Magic #2E2511

Color information

#2E2511 (or 0x2E2511) is unknown color: approx Black Magic. HEX triplet: 2E, 25 and 11. RGB value is (46,37,17). Sum of RGB (Red+Green+Blue) = 46+37+17=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2511 is #D1DAEE. Grayscale: #252525. Windows color (decimal): -13753071 or 1123630. OLE color: 1123630.

HSL color Cylindrical-coordinate representation of color #2E2511: hue angle of 41.38º 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 #2E2511 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.82.

Color convert

RGB463717-
CMYK00.200.630.82
HSL41.38º46.03%12.35%-
HSV(B)41.38º63.04%18.04%-
XYZ1.891.940.81-
YUV37.41116.48134.13-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46%
GREEN value IS 37 (14.84% from 255) = 37%
BLUE value IS 17 (7.03% from 255) = 17%
R=46%
G=37%
B=17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46371700.200.630.8241.3846.0312.35
Hex2E25110143F52292ec
Octal56452102477122515614
Binary1011101001011000101010011111110100101010011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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