#2E2921

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

Shades of Black Magic #2E2921

Tints of Black Magic #2E2921

Color information

#2E2921 (or 0x2E2921) is unknown color: approx Black Magic. HEX triplet: 2E, 29 and 21. RGB value is (46,41,33). Sum of RGB (Red+Green+Blue) = 46+41+33=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2921 is #D1D6DE. Grayscale: #292929. Windows color (decimal): -13752031 or 2173230. OLE color: 2173230.

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

Color convert

RGB464133-
CMYK00.110.280.82
HSL36.92º16.46%15.49%-
HSV(B)36.92º28.26%18.04%-
XYZ2.192.281.76-
YUV41.58123.16131.15-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 41 (16.41% from 255) = 34.17%
BLUE value IS 33 (13.28% from 255) = 27.5%
R=38.33%
G=34.17%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46413300.110.280.8236.9216.4615.49
Hex2E29210B1C522510f
Octal56514101334122452017
Binary10111010100110000101011111001010010100101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,41,33); }

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

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

 a { background-color: rgb(46,41,33); }

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

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

 span { border-color: rgb(46,41,33); }

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