#2E0D2D

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

Shades of Mardi Gras #2E0D2D

Tints of Mardi Gras #2E0D2D

Color information

#2E0D2D (or 0x2E0D2D) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0D and 2D. RGB value is (46,13,45). Sum of RGB (Red+Green+Blue) = 46+13+45=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 13 (5.47% from 255 or 12.5% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D2D is #D1F2D2. Grayscale: #1A1A1A. Windows color (decimal): -13759187 or 2952494. OLE color: 2952494.

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

Color convert

RGB461345-
CMYK00.720.020.82
HSL301.82º55.93%11.57%-
HSV(B)301.82º71.74%18.04%-
XYZ1.741.062.59-
YUV26.51138.43141.9-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 13 (5.47% from 255) = 12.5%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=44.23%
G=12.5%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46134500.720.020.82301.8255.9311.57
Hex2ED2D04825212e38c
Octal561555011021224567014
Binary1011101101101101010010001010100101001011101110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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