#2E1129

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

Shades of Mardi Gras #2E1129

Tints of Mardi Gras #2E1129

Color information

#2E1129 (or 0x2E1129) is unknown color: approx Mardi Gras. HEX triplet: 2E, 11 and 29. RGB value is (46,17,41). Sum of RGB (Red+Green+Blue) = 46+17+41=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1129 is #D1EED6. Grayscale: #1C1C1C. Windows color (decimal): -13758167 or 2691374. OLE color: 2691374.

HSL color Cylindrical-coordinate representation of color #2E1129: hue angle of 310.34º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E1129 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.82.

Color convert

RGB461741-
CMYK00.630.110.82
HSL310.34º46.03%12.35%-
HSV(B)310.34º63.04%18.04%-
XYZ1.731.142.23-
YUV28.41135.11140.55-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 41 (16.41% from 255) = 39.42%
R=44.23%
G=16.35%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46174100.630.110.82310.3446.0312.35
Hex2E112903FB521362ec
Octal562151077131224665614
Binary101110100011010010111111101110100101001101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,17,41); }

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

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

 a { background-color: rgb(46,17,41); }

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

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

 span { border-color: rgb(46,17,41); }

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