#2E230B

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

Shades of Black Magic #2E230B

Tints of Black Magic #2E230B

Color information

#2E230B (or 0x2E230B) is unknown color: approx Black Magic. HEX triplet: 2E, 23 and 0B. RGB value is (46,35,11). Sum of RGB (Red+Green+Blue) = 46+35+11=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 35 (14.06% from 255 or 38.04% from 92); Blue value is 11 (4.69% from 255 or 11.96% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E230B is #D1DCF4. Grayscale: #232323. Windows color (decimal): -13753589 or 729902. OLE color: 729902.

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

Color convert

RGB463511-
CMYK00.240.760.82
HSL41.14º61.4%11.18%-
HSV(B)41.14º76.09%18.04%-
XYZ1.791.810.57-
YUV35.55114.14135.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 50%
GREEN value IS 35 (14.06% from 255) = 38.04%
BLUE value IS 11 (4.69% from 255) = 11.96%
R=50%
G=38.04%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46351100.240.760.8241.1461.411.18
Hex2E23B0184C52293db
Octal564313030114122517513
Binary1011101000111011011000100110010100101010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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