#2E0B2D

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

Shades of Mardi Gras #2E0B2D

Tints of Mardi Gras #2E0B2D

Color information

#2E0B2D (or 0x2E0B2D) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0B and 2D. RGB value is (46,11,45). Sum of RGB (Red+Green+Blue) = 46+11+45=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 11 (4.69% from 255 or 10.78% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0B2D is #D1F4D2. Grayscale: #191919. Windows color (decimal): -13759699 or 2951982. OLE color: 2951982.

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

Color convert

RGB461145-
CMYK00.760.020.82
HSL301.71º61.4%11.18%-
HSV(B)301.71º76.09%18.04%-
XYZ1.721.012.59-
YUV25.34139.1142.74-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 11 (4.69% from 255) = 10.78%
BLUE value IS 45 (17.97% from 255) = 44.12%
R=45.10%
G=10.78%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46114500.760.020.82301.7161.411.18
Hex2EB2D04C25212e3db
Octal561355011421224567513
Binary1011101011101101010011001010100101001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,11,45); }

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

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

 a { background-color: rgb(46,11,45); }

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

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

 span { border-color: rgb(46,11,45); }

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