Html Css Color HEX #2E2131 Mardi Gras

📋 copy color: '#2E2131'

red 46 ◦ green 33 ◦ blue 49

#2E2131
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #2E2131

Tints of Mardi Gras #2E2131

RGB

 RED value IS 46 (18.36% from 255) = 35.94%

 GREEN value IS 33 (13.28% from 255) = 25.78%

 BLUE value IS 49 (19.53% from 255) = 38.28%

R = 35.94%
G = 25.78%
B = 38.28%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E2131 (or 0x2E2131) is known color: Mardi Gras. HEX triplet: 2E, 21 and 31. RGB value is (46,33,49). Sum of RGB (Red+Green+Blue) = 46+33+49=128 (16% of max value = 765). Red value is 46 (18.36% from 255 or 35.94% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2131 is #D1DECE. Grayscale: #262626. Windows color (decimal): -13754063 or 3219758. OLE color: 3219758.

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

Color convert

RGB 46 33 49 -
CMYK 0.06 0.33 0 0.81
HSL 288.75º 0.2% 0.16% -
HSV(B) 288.75º 0.33% 0.19% -
XYZ 2.22 1.89 3.15 -
YUV 38.71 133.81 133.2 -
System Red Green Blue C M Y K H S L
Decimal 46 33 49 0.06 0.33 0 0.81 288.75 0.2 0.16
Hex 2E 21 31 6 21 0 51 121 14 10
Octal 56 41 61 6 41 0 121 441 24 20
Binary 101110 100001 110001 110 100001 0 1010001 100100001 10100 10000

Color Harmonies of #2E2131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E2131

Black with #2E2131

Text Example


Text Example

White with #2E2131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,33,49); }

 H1.HeaderClassName
 {
   color: #2E2131;
 }
 .AnyTagClassName
 {
   color: #2E2131;
 }
</style>

background-color css

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

 a { background-color: rgb(46,33,49); }

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

border-color css

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

 span { border-color: rgb(46,33,49); }

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