#2E0A2C

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

Shades of Mardi Gras #2E0A2C

Tints of Mardi Gras #2E0A2C

Color information

#2E0A2C (or 0x2E0A2C) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0A and 2C. RGB value is (46,10,44). Sum of RGB (Red+Green+Blue) = 46+10+44=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A2C is #D1F5D3. Grayscale: #181818. Windows color (decimal): -13759956 or 2886190. OLE color: 2886190.

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

Color convert

RGB461044-
CMYK00.780.040.82
HSL303.33º64.29%10.98%-
HSV(B)303.33º78.26%18.04%-
XYZ1.690.982.48-
YUV24.64138.93143.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46%
GREEN value IS 10 (4.30% from 255) = 10%
BLUE value IS 44 (17.58% from 255) = 44%
R=46%
G=10%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46104400.780.040.82303.3364.2910.98
Hex2EA2C04E45212f40b
Octal5612540116412245710013
Binary101110101010110001001110100101001010010111110000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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