#2E212F

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

Shades of Mardi Gras #2E212F

Tints of Mardi Gras #2E212F

Color information

#2E212F (or 0x2E212F) is unknown color: approx Mardi Gras. HEX triplet: 2E, 21 and 2F. RGB value is (46,33,47). Sum of RGB (Red+Green+Blue) = 46+33+47=126 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.51% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E212F is #D1DED0. Grayscale: #262626. Windows color (decimal): -13754065 or 3088686. OLE color: 3088686.

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

Color convert

RGB463347-
CMYK0.020.3000.82
HSL295.71º17.5%15.69%-
HSV(B)295.71º29.79%18.43%-
XYZ2.181.872.94-
YUV38.48132.81133.36-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.51%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 47 (18.75% from 255) = 37.30%
R=36.51%
G=26.19%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4633470.020.3000.82295.7117.515.69
Hex2E212F21E0521281110
Octal56415723601224502120
Binary1011101000011011111011110010100101001010001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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