Html Css Color HEX #2E1231 Mardi Gras

📋 copy color: '#2E1231'

red 46 ◦ green 18 ◦ blue 49

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

Shades of Mardi Gras #2E1231

Tints of Mardi Gras #2E1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.93%

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

R = 40.71%
G = 15.93%
B = 43.36%

CMYK

 C value IS 0.06

 M value IS 0.63

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E1231 (or 0x2E1231) is known color: Mardi Gras. HEX triplet: 2E, 12 and 31. RGB value is (46,18,49). Sum of RGB (Red+Green+Blue) = 46+18+49=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1231 is #D1EDCE. Grayscale: #1D1D1D. Windows color (decimal): -13757903 or 3215918. OLE color: 3215918.

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

Color convert

RGB 46 18 49 -
CMYK 0.06 0.63 0 0.81
HSL 294.19º 0.46% 0.13% -
HSV(B) 294.19º 0.63% 0.19% -
XYZ 1.9 1.24 3.04 -
YUV 29.91 138.78 139.48 -
System Red Green Blue C M Y K H S L
Decimal 46 18 49 0.06 0.63 0 0.81 294.19 0.46 0.13
Hex 2E 12 31 6 3F 0 51 126 2E D
Octal 56 22 61 6 77 0 121 446 56 15
Binary 101110 10010 110001 110 111111 0 1010001 100100110 101110 1101

Color Harmonies of #2E1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1231

Black with #2E1231

Text Example


Text Example

White with #2E1231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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