#2E1230

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

Shades of Mardi Gras #2E1230

Tints of Mardi Gras #2E1230

Color information

#2E1230 (or 0x2E1230) is unknown color: approx Mardi Gras. HEX triplet: 2E, 12 and 30. RGB value is (46,18,48). Sum of RGB (Red+Green+Blue) = 46+18+48=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E1230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1230 is #D1EDCF. Grayscale: #1D1D1D. Windows color (decimal): -13757904 or 3150382. OLE color: 3150382.

HSL color Cylindrical-coordinate representation of color #2E1230: hue angle of 296º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E1230 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB461848-
CMYK0.040.6300.81
HSL296º45.45%12.94%-
HSV(B)296º62.5%18.82%-
XYZ1.881.232.93-
YUV29.79138.28139.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.07%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=41.07%
G=16.07%
B=42.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4618480.040.6300.8129645.4512.94
Hex2E123043F0511282dd
Octal56226047701214505515
Binary10111010010110000100111111010100011001010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,18,48); }

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

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

 a { background-color: rgb(46,18,48); }

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

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

 span { border-color: rgb(46,18,48); }

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