#2E2120

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

Shades of Nero #2E2120

Tints of Nero #2E2120

Color information

#2E2120 (or 0x2E2120) is unknown color: approx Nero. HEX triplet: 2E, 21 and 20. RGB value is (46,33,32). Sum of RGB (Red+Green+Blue) = 46+33+32=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2120 is #D1DEDF. Grayscale: #242424. Windows color (decimal): -13754080 or 2105646. OLE color: 2105646.

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

Color convert

RGB463332-
CMYK00.280.300.82
HSL4.29º17.95%15.29%-
HSV(B)4.29º30.43%18.04%-
XYZ1.931.771.61-
YUV36.77125.31134.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=41.44%
G=29.73%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46333200.280.300.824.2917.9515.29
Hex2E212001C1E52412f
Octal5641400343612242217
Binary101110100001100000011100111101010010100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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