#2E272E

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

Shades of Mardi Gras #2E272E

Tints of Mardi Gras #2E272E

Color information

#2E272E (or 0x2E272E) is unknown color: approx Mardi Gras. HEX triplet: 2E, 27 and 2E. RGB value is (46,39,46). Sum of RGB (Red+Green+Blue) = 46+39+46=131 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.11% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 46 - color contains mainly: red, blue. Hex color #2E272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E272E is #D1D8D1. Grayscale: #292929. Windows color (decimal): -13752530 or 3024686. OLE color: 3024686.

HSL color Cylindrical-coordinate representation of color #2E272E: hue angle of 300º 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 #2E272E is Cyan = 0, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB463946-
CMYK00.1500.82
HSL300º8.24%16.67%-
HSV(B)300º15.22%18.04%-
XYZ2.352.232.89-
YUV41.89130.32130.93-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46394600.1500.823008.2416.67
Hex2E272E0F05212c811
Octal56475601701224541021
Binary1011101001111011100111101010010100101100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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