#2E2716

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

Shades of Black Magic #2E2716

Tints of Black Magic #2E2716

Color information

#2E2716 (or 0x2E2716) is unknown color: approx Black Magic. HEX triplet: 2E, 27 and 16. RGB value is (46,39,22). Sum of RGB (Red+Green+Blue) = 46+39+22=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 39 (15.62% from 255 or 36.45% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2716 is #D1D8E9. Grayscale: #272727. Windows color (decimal): -13752554 or 1451822. OLE color: 1451822.

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

Color convert

RGB463922-
CMYK00.150.520.82
HSL42.5º35.29%13.33%-
HSV(B)42.5º52.17%18.04%-
XYZ22.091.06-
YUV39.16118.32132.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.99%
GREEN value IS 39 (15.62% from 255) = 36.45%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=42.99%
G=36.45%
B=20.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46392200.150.520.8242.535.2913.33
Hex2E27160F34522a23d
Octal56472601764122524315
Binary101110100111101100111111010010100101010101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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