#2E112C

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

Shades of Mardi Gras #2E112C

Tints of Mardi Gras #2E112C

Color information

#2E112C (or 0x2E112C) is unknown color: approx Mardi Gras. HEX triplet: 2E, 11 and 2C. RGB value is (46,17,44). Sum of RGB (Red+Green+Blue) = 46+17+44=107 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.99% from 107); Green value is 17 (7.03% from 255 or 15.89% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 46 - color contains mainly: red. Hex color #2E112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112C is #D1EED3. Grayscale: #1C1C1C. Windows color (decimal): -13758164 or 2887982. OLE color: 2887982.

HSL color Cylindrical-coordinate representation of color #2E112C: hue angle of 304.14º 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 #2E112C is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.82.

Color convert

RGB461744-
CMYK00.630.040.82
HSL304.14º46.03%12.35%-
HSV(B)304.14º63.04%18.04%-
XYZ1.781.162.51-
YUV28.75136.61140.3-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 42.99%
GREEN value IS 17 (7.03% from 255) = 15.89%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=42.99%
G=15.89%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46174400.630.040.82304.1446.0312.35
Hex2E112C03F4521302ec
Octal56215407741224605614
Binary10111010001101100011111110010100101001100001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E112C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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