#2E0827

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

Shades of Mardi Gras #2E0827

Tints of Mardi Gras #2E0827

Color information

#2E0827 (or 0x2E0827) is unknown color: approx Mardi Gras. HEX triplet: 2E, 08 and 27. RGB value is (46,8,39). Sum of RGB (Red+Green+Blue) = 46+8+39=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0827 is #D1F7D8. Grayscale: #161616. Windows color (decimal): -13760473 or 2557998. OLE color: 2557998.

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

Color convert

RGB46839-
CMYK00.830.150.82
HSL311.05º70.37%10.59%-
HSV(B)311.05º82.61%18.04%-
XYZ1.580.92.01-
YUV22.9137.09144.48-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 49.46%
GREEN value IS 8 (3.52% from 255) = 8.60%
BLUE value IS 39 (15.62% from 255) = 41.94%
R=49.46%
G=8.60%
B=41.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4683900.830.150.82311.0570.3710.59
Hex2E827053F5213746b
Octal56104701231712246710613
Binary1011101000100111010100111111101001010011011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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