#2E0A31

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

Shades of Mardi Gras #2E0A31

Tints of Mardi Gras #2E0A31

Color information

#2E0A31 (or 0x2E0A31) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0A and 31. RGB value is (46,10,49). Sum of RGB (Red+Green+Blue) = 46+10+49=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E0A31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A31 is #D1F5CE. Grayscale: #191919. Windows color (decimal): -13759951 or 3213870. OLE color: 3213870.

HSL color Cylindrical-coordinate representation of color #2E0A31: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2E0A31 is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB461049-
CMYK0.060.8000.81
HSL295.38º66.1%11.57%-
HSV(B)295.38º79.59%19.22%-
XYZ1.791.023.01-
YUV25.21141.43142.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 10 (4.30% from 255) = 9.52%
BLUE value IS 49 (19.53% from 255) = 46.67%
R=43.81%
G=9.52%
B=46.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4610490.060.8000.81295.3866.111.57
Hex2EA3165005112742c
Octal5612616120012144710214
Binary101110101011000111010100000101000110010011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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