#2E1531

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

Shades of Mardi Gras #2E1531

Tints of Mardi Gras #2E1531

Color information

#2E1531 (or 0x2E1531) is unknown color: approx Mardi Gras. HEX triplet: 2E, 15 and 31. RGB value is (46,21,49). Sum of RGB (Red+Green+Blue) = 46+21+49=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 49 (19.53% from 255 or 42.24% from 116); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1531 is #D1EACE. Grayscale: #1F1F1F. Windows color (decimal): -13757135 or 3216686. OLE color: 3216686.

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

Color convert

RGB462149-
CMYK0.060.5700.81
HSL293.57º40%13.73%-
HSV(B)293.57º57.14%19.22%-
XYZ1.951.343.06-
YUV31.67137.78138.22-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.66%
GREEN value IS 21 (8.59% from 255) = 18.10%
BLUE value IS 49 (19.53% from 255) = 42.24%
R=39.66%
G=18.10%
B=42.24%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4621490.060.5700.81293.574013.73
Hex2E153163905112628e
Octal56256167101214465016
Binary10111010101110001110111001010100011001001101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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