#2E2718

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

Shades of Black Magic #2E2718

Tints of Black Magic #2E2718

Color information

#2E2718 (or 0x2E2718) is unknown color: approx Black Magic. HEX triplet: 2E, 27 and 18. RGB value is (46,39,24). Sum of RGB (Red+Green+Blue) = 46+39+24=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 39 (15.62% from 255 or 35.78% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2718 is #D1D8E7. Grayscale: #272727. Windows color (decimal): -13752552 or 1582894. OLE color: 1582894.

HSL color Cylindrical-coordinate representation of color #2E2718: hue angle of 40.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E2718 is Cyan = 0, Magento = 0.15, Yellow = 0.48 and Black (K on CMYK) = 0.82.

Color convert

RGB463924-
CMYK00.150.480.82
HSL40.91º31.43%13.73%-
HSV(B)40.91º47.83%18.04%-
XYZ2.022.11.16-
YUV39.38119.32132.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 39 (15.62% from 255) = 35.78%
BLUE value IS 24 (9.77% from 255) = 22.02%
R=42.20%
G=35.78%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46392400.150.480.8240.9131.4313.73
Hex2E27180F3052291fe
Octal56473001760122513716
Binary10111010011111000011111100001010010101001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,39,24); }

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

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

 a { background-color: rgb(46,39,24); }

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

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

 span { border-color: rgb(46,39,24); }

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