#2E112A

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

Shades of Mardi Gras #2E112A

Tints of Mardi Gras #2E112A

Color information

#2E112A (or 0x2E112A) is unknown color: approx Mardi Gras. HEX triplet: 2E, 11 and 2A. RGB value is (46,17,42). Sum of RGB (Red+Green+Blue) = 46+17+42=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E112A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112A is #D1EED5. Grayscale: #1C1C1C. Windows color (decimal): -13758166 or 2756910. OLE color: 2756910.

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

Color convert

RGB461742-
CMYK00.630.090.82
HSL308.28º46.03%12.35%-
HSV(B)308.28º63.04%18.04%-
XYZ1.751.152.32-
YUV28.52135.61140.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 42 (16.80% from 255) = 40%
R=43.81%
G=16.19%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46174200.630.090.82308.2846.0312.35
Hex2E112A03F9521342ec
Octal562152077111224645614
Binary101110100011010100111111100110100101001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E112A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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