#2E1832

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

Shades of Mardi Gras #2E1832

Tints of Mardi Gras #2E1832

Color information

#2E1832 (or 0x2E1832) is unknown color: approx Mardi Gras. HEX triplet: 2E, 18 and 32. RGB value is (46,24,50). Sum of RGB (Red+Green+Blue) = 46+24+50=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E1832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1832 is #D1E7CD. Grayscale: #212121. Windows color (decimal): -13756366 or 3282990. OLE color: 3282990.

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

Color convert

RGB462450-
CMYK0.080.5200.80
HSL290.77º35.14%14.51%-
HSV(B)290.77º52%19.61%-
XYZ2.031.463.19-
YUV33.54137.29136.89-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 38.33%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=38.33%
G=20%
B=41.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4624500.080.5200.80290.7735.1414.51
Hex2E183283405012323f
Octal563062106401204434317
Binary101110110001100101000110100010100001001000111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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