#2E230A

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

Shades of Black Magic #2E230A

Tints of Black Magic #2E230A

Color information

#2E230A (or 0x2E230A) is unknown color: approx Black Magic. HEX triplet: 2E, 23 and 0A. RGB value is (46,35,10). Sum of RGB (Red+Green+Blue) = 46+35+10=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 10 (4.30% from 255 or 10.99% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E230A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E230A is #D1DCF5. Grayscale: #232323. Windows color (decimal): -13753590 or 664366. OLE color: 664366.

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

Color convert

RGB463510-
CMYK00.240.780.82
HSL41.67º64.29%10.98%-
HSV(B)41.67º78.26%18.04%-
XYZ1.781.80.54-
YUV35.44113.64135.53-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50.55%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 10 (4.30% from 255) = 10.99%
R=50.55%
G=38.46%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46351000.240.780.8241.6764.2910.98
Hex2E23A0184E522a40b
Octal5643120301161225210013
Binary10111010001110100110001001110101001010101010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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