#2E0829

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

Shades of Mardi Gras #2E0829

Tints of Mardi Gras #2E0829

Color information

#2E0829 (or 0x2E0829) is unknown color: approx Mardi Gras. HEX triplet: 2E, 08 and 29. RGB value is (46,8,41). Sum of RGB (Red+Green+Blue) = 46+8+41=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0829 is #D1F7D6. Grayscale: #171717. Windows color (decimal): -13760471 or 2689070. OLE color: 2689070.

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

Color convert

RGB46841-
CMYK00.830.110.82
HSL307.89º70.37%10.59%-
HSV(B)307.89º82.61%18.04%-
XYZ1.610.912.19-
YUV23.12138.09144.32-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 48.42%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 41 (16.41% from 255) = 43.16%
R=48.42%
G=8.42%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4684100.830.110.82307.8970.3710.59
Hex2E829053B5213446b
Octal56105101231312246410613
Binary1011101000101001010100111011101001010011010010001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,8,41); }

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

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

 a { background-color: rgb(46,8,41); }

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

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

 span { border-color: rgb(46,8,41); }

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