#2E220A

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

Shades of Black Magic #2E220A

Tints of Black Magic #2E220A

Color information

#2E220A (or 0x2E220A) is unknown color: approx Black Magic. HEX triplet: 2E, 22 and 0A. RGB value is (46,34,10). Sum of RGB (Red+Green+Blue) = 46+34+10=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E220A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E220A is #D1DDF5. Grayscale: #222222. Windows color (decimal): -13753846 or 664110. OLE color: 664110.

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

Color convert

RGB463410-
CMYK00.260.780.82
HSL40º64.29%10.98%-
HSV(B)40º78.26%18.04%-
XYZ1.751.750.53-
YUV34.85113.98135.95-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 51.11%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=51.11%
G=37.78%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46341000.260.780.824064.2910.98
Hex2E22A01A4E522840b
Octal5642120321161225010013
Binary10111010001010100110101001110101001010100010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E220A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,10); }

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

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

 a { background-color: rgb(46,34,10); }

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

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

 span { border-color: rgb(46,34,10); }

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