#2E2330

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

Shades of Mardi Gras #2E2330

Tints of Mardi Gras #2E2330

Color information

#2E2330 (or 0x2E2330) is unknown color: approx Mardi Gras. HEX triplet: 2E, 23 and 30. RGB value is (46,35,48). Sum of RGB (Red+Green+Blue) = 46+35+48=129 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.66% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2330 is #D1DCCF. Grayscale: #272727. Windows color (decimal): -13753552 or 3154734. OLE color: 3154734.

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

Color convert

RGB463548-
CMYK0.040.2700.81
HSL290.77º15.66%16.27%-
HSV(B)290.77º27.08%18.82%-
XYZ2.2623.06-
YUV39.77132.64132.44-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.66%
GREEN value IS 35 (14.06% from 255) = 27.13%
BLUE value IS 48 (19.14% from 255) = 37.21%
R=35.66%
G=27.13%
B=37.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4635480.040.2700.81290.7715.6616.27
Hex2E233041B0511231010
Octal56436043301214432020
Binary10111010001111000010011011010100011001000111000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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