#2E2619

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

Shades of Black Magic #2E2619

Tints of Black Magic #2E2619

Color information

#2E2619 (or 0x2E2619) is unknown color: approx Black Magic. HEX triplet: 2E, 26 and 19. RGB value is (46,38,25). Sum of RGB (Red+Green+Blue) = 46+38+25=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E2619 is #D1D9E6. Grayscale: #262626. Windows color (decimal): -13752807 or 1648174. OLE color: 1648174.

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

Color convert

RGB463825-
CMYK00.170.460.82
HSL37.14º29.58%13.92%-
HSV(B)37.14º45.65%18.04%-
XYZ22.041.21-
YUV38.91120.15133.06-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.20%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 25 (10.16% from 255) = 22.94%
R=42.20%
G=34.86%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.46
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46382500.170.460.8237.1429.5813.92
Hex2E26190112E52251ee
Octal56463102156122453616
Binary101110100110110010100011011101010010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,38,25); }

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

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

 a { background-color: rgb(46,38,25); }

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

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

 span { border-color: rgb(46,38,25); }

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