#2E272F

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

Shades of Mardi Gras #2E272F

Tints of Mardi Gras #2E272F

Color information

#2E272F (or 0x2E272F) is unknown color: approx Mardi Gras. HEX triplet: 2E, 27 and 2F. RGB value is (46,39,47). Sum of RGB (Red+Green+Blue) = 46+39+47=132 (17% of max value = 765). Red value is 46 (18.36% from 255 or 34.85% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E272F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E272F is #D1D8D0. Grayscale: #292929. Windows color (decimal): -13752529 or 3090222. OLE color: 3090222.

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

Color convert

RGB463947-
CMYK0.020.1700.82
HSL292.5º9.3%16.86%-
HSV(B)292.5º17.02%18.43%-
XYZ2.372.243-
YUV42130.82130.85-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 34.85%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=34.85%
G=29.55%
B=35.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4639470.020.1700.82292.59.316.86
Hex2E272F211052124911
Octal56475722101224441121
Binary101110100111101111101000101010010100100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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