#2E2430

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

Shades of Mardi Gras #2E2430

Tints of Mardi Gras #2E2430

Color information

#2E2430 (or 0x2E2430) is unknown color: approx Mardi Gras. HEX triplet: 2E, 24 and 30. RGB value is (46,36,48). Sum of RGB (Red+Green+Blue) = 46+36+48=130 (17% of max value = 765). Red value is 46 (18.36% from 255 or 35.38% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E2430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2430 is #D1DBCF. Grayscale: #282828. Windows color (decimal): -13753296 or 3154990. OLE color: 3154990.

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

Color convert

RGB463648-
CMYK0.040.2500.81
HSL290º14.29%16.47%-
HSV(B)290º25%18.82%-
XYZ2.292.063.07-
YUV40.36132.31132.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 35.38%
GREEN value IS 36 (14.45% from 255) = 27.69%
BLUE value IS 48 (19.14% from 255) = 36.92%
R=35.38%
G=27.69%
B=36.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4636480.040.2500.8129014.2916.47
Hex2E2430419051122e10
Octal56446043101214421620
Binary1011101001001100001001100101010001100100010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E2430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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