Html Css Color HEX #2E1A31 Mardi Gras

📋 copy color: '#2E1A31'

red 46 ◦ green 26 ◦ blue 49

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

Shades of Mardi Gras #2E1A31

Tints of Mardi Gras #2E1A31

RGB

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

 GREEN value IS 26 (10.55% from 255) = 21.49%

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

R = 38.02%
G = 21.49%
B = 40.5%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E1A31 (or 0x2E1A31) is known color: Mardi Gras. HEX triplet: 2E, 1A and 31. RGB value is (46,26,49). Sum of RGB (Red+Green+Blue) = 46+26+49=121 (16% of max value = 765). Red value is 46 (18.36% from 255 or 38.02% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A31 is #D1E5CE. Grayscale: #222222. Windows color (decimal): -13755855 or 3217966. OLE color: 3217966.

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

Color convert

RGB 46 26 49 -
CMYK 0.06 0.47 0 0.81
HSL 292.17º 0.31% 0.15% -
HSV(B) 292.17º 0.47% 0.19% -
XYZ 2.05 1.54 3.1 -
YUV 34.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 46 26 49 0.06 0.47 0 0.81 292.17 0.31 0.15
Hex 2E 1A 31 6 2F 0 51 124 1F F
Octal 56 32 61 6 57 0 121 444 37 17
Binary 101110 11010 110001 110 101111 0 1010001 100100100 11111 1111

Color Harmonies of #2E1A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1A31

Black with #2E1A31

Text Example


Text Example

White with #2E1A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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