Html Css Color HEX #2E1131 Mardi Gras

📋 copy color: '#2E1131'

red 46 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #2E1131

Tints of Mardi Gras #2E1131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.18%

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

R = 41.07%
G = 15.18%
B = 43.75%

CMYK

 C value IS 0.06

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E1131 (or 0x2E1131) is known color: Mardi Gras. HEX triplet: 2E, 11 and 31. RGB value is (46,17,49). Sum of RGB (Red+Green+Blue) = 46+17+49=112 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.07% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1131 is #D1EECE. Grayscale: #1D1D1D. Windows color (decimal): -13758159 or 3215662. OLE color: 3215662.

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

Color convert

RGB 46 17 49 -
CMYK 0.06 0.65 0 0.81
HSL 294.38º 0.48% 0.13% -
HSV(B) 294.38º 0.65% 0.19% -
XYZ 1.88 1.2 3.04 -
YUV 29.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 46 17 49 0.06 0.65 0 0.81 294.38 0.48 0.13
Hex 2E 11 31 6 41 0 51 126 30 D
Octal 56 21 61 6 101 0 121 446 60 15
Binary 101110 10001 110001 110 1000001 0 1010001 100100110 110000 1101

Color Harmonies of #2E1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1131

Black with #2E1131

Text Example


Text Example

White with #2E1131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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