#2E2727

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

Shades of Nero #2E2727

Tints of Nero #2E2727

Color information

#2E2727 (or 0x2E2727) is unknown color: approx Nero. HEX triplet: 2E, 27 and 27. RGB value is (46,39,39). Sum of RGB (Red+Green+Blue) = 46+39+39=124 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.10% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2727 is #D1D8D8. Grayscale: #292929. Windows color (decimal): -13752537 or 2565934. OLE color: 2565934.

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

Color convert

RGB463939-
CMYK00.150.150.82
HSL8.24%16.67%-
HSV(B)15.22%18.04%-
XYZ2.222.182.22-
YUV41.09126.82131.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 37.10%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 39 (15.62% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46393900.150.150.8208.2416.67
Hex2E27270FF520811
Octal5647470171712201021
Binary10111010011110011101111111110100100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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