#2E112B

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

Shades of Mardi Gras #2E112B

Tints of Mardi Gras #2E112B

Color information

#2E112B (or 0x2E112B) is unknown color: approx Mardi Gras. HEX triplet: 2E, 11 and 2B. RGB value is (46,17,43). Sum of RGB (Red+Green+Blue) = 46+17+43=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112B is #D1EED4. Grayscale: #1C1C1C. Windows color (decimal): -13758165 or 2822446. OLE color: 2822446.

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

Color convert

RGB461743-
CMYK00.630.070.82
HSL306.21º46.03%12.35%-
HSV(B)306.21º63.04%18.04%-
XYZ1.761.162.42-
YUV28.64136.11140.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.40%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 43 (17.19% from 255) = 40.57%
R=43.40%
G=16.04%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46174300.630.070.82306.2146.0312.35
Hex2E112B03F7521322ec
Octal56215307771224625614
Binary10111010001101011011111111110100101001100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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