#2E240E

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

Shades of Black Magic #2E240E

Tints of Black Magic #2E240E

Color information

#2E240E (or 0x2E240E) is unknown color: approx Black Magic. HEX triplet: 2E, 24 and 0E. RGB value is (46,36,14). Sum of RGB (Red+Green+Blue) = 46+36+14=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E240E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E240E is #D1DBF1. Grayscale: #242424. Windows color (decimal): -13753330 or 926766. OLE color: 926766.

HSL color Cylindrical-coordinate representation of color #2E240E: hue angle of 41.25º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E240E is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.82.

Color convert

RGB463614-
CMYK00.220.700.82
HSL41.25º53.33%11.76%-
HSV(B)41.25º69.57%18.04%-
XYZ1.841.870.68-
YUV36.48115.31134.79-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.92%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 14 (5.86% from 255) = 14.58%
R=47.92%
G=37.5%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.70
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46361400.220.700.8241.2553.3311.76
Hex2E24E01646522935c
Octal564416026106122516514
Binary1011101001001110010110100011010100101010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,36,14); }

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

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

 a { background-color: rgb(46,36,14); }

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

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

 span { border-color: rgb(46,36,14); }

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