#2E0A28

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

Shades of Mardi Gras #2E0A28

Tints of Mardi Gras #2E0A28

Color information

#2E0A28 (or 0x2E0A28) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0A and 28. RGB value is (46,10,40). Sum of RGB (Red+Green+Blue) = 46+10+40=96 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.92% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A28 is #D1F5D7. Grayscale: #181818. Windows color (decimal): -13759960 or 2624046. OLE color: 2624046.

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

Color convert

RGB461040-
CMYK00.780.130.82
HSL310º64.29%10.98%-
HSV(B)310º78.26%18.04%-
XYZ1.620.952.11-
YUV24.18136.93143.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 47.92%
GREEN value IS 10 (4.30% from 255) = 10.42%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=47.92%
G=10.42%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.13
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46104000.780.130.8231064.2910.98
Hex2EA2804ED5213640b
Octal56125001161512246610013
Binary1011101010101000010011101101101001010011011010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,10,40); }

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

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

 a { background-color: rgb(46,10,40); }

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

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

 span { border-color: rgb(46,10,40); }

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