#2E242D

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

Shades of Mardi Gras #2E242D

Tints of Mardi Gras #2E242D

Color information

#2E242D (or 0x2E242D) is unknown color: approx Mardi Gras. HEX triplet: 2E, 24 and 2D. RGB value is (46,36,45). Sum of RGB (Red+Green+Blue) = 46+36+45=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 46 - color contains mainly: red. Hex color #2E242D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E242D is #D1DBD2. Grayscale: #272727. Windows color (decimal): -13753299 or 2958382. OLE color: 2958382.

HSL color Cylindrical-coordinate representation of color #2E242D: hue angle of 306º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2E242D is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.82.

Color convert

RGB463645-
CMYK00.220.020.82
HSL306º12.2%16.08%-
HSV(B)306º21.74%18.04%-
XYZ2.232.032.76-
YUV40.02130.81132.27-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 36.22%
GREEN value IS 36 (14.45% from 255) = 28.35%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=36.22%
G=28.35%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46364500.220.020.8230612.216.08
Hex2E242D016252132c10
Octal56445502621224621420
Binary101110100100101101010110101010010100110010110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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