#2E1A2C

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

Shades of Mardi Gras #2E1A2C

Tints of Mardi Gras #2E1A2C

Color information

#2E1A2C (or 0x2E1A2C) is unknown color: approx Mardi Gras. HEX triplet: 2E, 1A and 2C. RGB value is (46,26,44). Sum of RGB (Red+Green+Blue) = 46+26+44=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A2C is #D1E5D3. Grayscale: #212121. Windows color (decimal): -13755860 or 2890286. OLE color: 2890286.

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

Color convert

RGB462644-
CMYK00.430.040.82
HSL306º27.78%14.12%-
HSV(B)306º43.48%18.04%-
XYZ1.951.52.57-
YUV34.03133.63136.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=39.66%
G=22.41%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46264400.430.040.8230627.7814.12
Hex2E1A2C02B4521321ce
Octal56325405341224623416
Binary1011101101010110001010111001010010100110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,26,44); }

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

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

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

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

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

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

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