#2E0D2A

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

Shades of Mardi Gras #2E0D2A

Tints of Mardi Gras #2E0D2A

Color information

#2E0D2A (or 0x2E0D2A) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0D and 2A. RGB value is (46,13,42). Sum of RGB (Red+Green+Blue) = 46+13+42=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0D2A is #D1F2D5. Grayscale: #1A1A1A. Windows color (decimal): -13759190 or 2755886. OLE color: 2755886.

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

Color convert

RGB461342-
CMYK00.720.090.82
HSL307.27º55.93%11.57%-
HSV(B)307.27º71.74%18.04%-
XYZ1.691.042.3-
YUV26.17136.93142.14-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.54%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=45.54%
G=12.87%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46134200.720.090.82307.2755.9311.57
Hex2ED2A04895213338c
Octal5615520110111224637014
Binary101110110110101001001000100110100101001100111110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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