#2E1532

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

Shades of Mardi Gras #2E1532

Tints of Mardi Gras #2E1532

Color information

#2E1532 (or 0x2E1532) is unknown color: approx Mardi Gras. HEX triplet: 2E, 15 and 32. RGB value is (46,21,50). Sum of RGB (Red+Green+Blue) = 46+21+50=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E1532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1532 is #D1EACD. Grayscale: #1F1F1F. Windows color (decimal): -13757134 or 3282222. OLE color: 3282222.

HSL color Cylindrical-coordinate representation of color #2E1532: hue angle of 291.72º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2E1532 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB462150-
CMYK0.080.5800.80
HSL291.72º40.85%13.92%-
HSV(B)291.72º58%19.61%-
XYZ1.971.353.17-
YUV31.78138.28138.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 39.32%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=39.32%
G=17.95%
B=42.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4621500.080.5800.80291.7240.8513.92
Hex2E153283A05012429e
Octal562562107201204445116
Binary101110101011100101000111010010100001001001001010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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