#2E0531

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

Shades of Mardi Gras #2E0531

Tints of Mardi Gras #2E0531

Color information

#2E0531 (or 0x2E0531) is unknown color: approx Mardi Gras. HEX triplet: 2E, 05 and 31. RGB value is (46,5,49). Sum of RGB (Red+Green+Blue) = 46+5+49=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0531 is #D1FACE. Grayscale: #161616. Windows color (decimal): -13761231 or 3212590. OLE color: 3212590.

HSL color Cylindrical-coordinate representation of color #2E0531: hue angle of 295.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0531 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB46549-
CMYK0.060.9000.81
HSL295.91º81.48%10.59%-
HSV(B)295.91º89.8%19.22%-
XYZ1.740.912.99-
YUV22.28143.08144.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 46%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 49 (19.53% from 255) = 49%
R=46%
G=5%
B=49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal465490.060.9000.81295.9181.4810.59
Hex2E53165A05112851b
Octal565616132012145012113
Binary10111010111000111010110100101000110010100010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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