#2E0A27

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

Shades of Mardi Gras #2E0A27

Tints of Mardi Gras #2E0A27

Color information

#2E0A27 (or 0x2E0A27) is unknown color: approx Mardi Gras. HEX triplet: 2E, 0A and 27. RGB value is (46,10,39). Sum of RGB (Red+Green+Blue) = 46+10+39=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 39 (15.62% from 255 or 41.05% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E0A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0A27 is #D1F5D8. Grayscale: #171717. Windows color (decimal): -13759961 or 2558510. OLE color: 2558510.

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

Color convert

RGB461039-
CMYK00.780.150.82
HSL311.67º64.29%10.98%-
HSV(B)311.67º78.26%18.04%-
XYZ1.60.942.02-
YUV24.07136.43143.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 48.42%
GREEN value IS 10 (4.30% from 255) = 10.53%
BLUE value IS 39 (15.62% from 255) = 41.05%
R=48.42%
G=10.53%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46103900.780.150.82311.6764.2910.98
Hex2EA2704EF5213840b
Octal56124701161712247010013
Binary1011101010100111010011101111101001010011100010000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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