#2E2109

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

Shades of Black Magic #2E2109

Tints of Black Magic #2E2109

Color information

#2E2109 (or 0x2E2109) is unknown color: approx Black Magic. HEX triplet: 2E, 21 and 09. RGB value is (46,33,9). Sum of RGB (Red+Green+Blue) = 46+33+9=88 (11% of max value = 765). Red value is 46 (18.36% from 255 or 52.27% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2109 is #D1DEF6. Grayscale: #222222. Windows color (decimal): -13754103 or 598318. OLE color: 598318.

HSL color Cylindrical-coordinate representation of color #2E2109: hue angle of 38.92º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E2109 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.82.

Color convert

RGB46339-
CMYK00.280.800.82
HSL38.92º67.27%10.78%-
HSV(B)38.92º80.43%18.04%-
XYZ1.721.690.49-
YUV34.15113.81136.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 52.27%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=52.27%
G=37.5%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.80
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4633900.280.800.8238.9267.2710.78
Hex2E21901C50522743b
Octal5641110341201224710313
Binary10111010000110010111001010000101001010011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,33,9); }

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

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

 a { background-color: rgb(46,33,9); }

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

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

 span { border-color: rgb(46,33,9); }

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