Html Css Color HEX #2E1129 Mardi Gras

📋 copy color: '#2E1129'

red 46 ◦ green 17 ◦ blue 41

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

Shades of Mardi Gras #2E1129

Tints of Mardi Gras #2E1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 39.42%

R = 44.23%
G = 16.35%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2E1129 (or 0x2E1129) is known color: Mardi Gras. HEX triplet: 2E, 11 and 29. RGB value is (46,17,41). Sum of RGB (Red+Green+Blue) = 46+17+41=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 41 (16.41% from 255 or 39.42% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1129 is #D1EED6. Grayscale: #1C1C1C. Windows color (decimal): -13758167 or 2691374. OLE color: 2691374.

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

Color convert

RGB 46 17 41 -
CMYK 0 0.63 0.11 0.82
HSL 310.34º 0.46% 0.12% -
HSV(B) 310.34º 0.63% 0.18% -
XYZ 1.73 1.14 2.23 -
YUV 28.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 46 17 41 0 0.63 0.11 0.82 310.34 0.46 0.12
Hex 2E 11 29 0 3F B 52 136 2E C
Octal 56 21 51 0 77 13 122 466 56 14
Binary 101110 10001 101001 0 111111 1011 1010010 100110110 101110 1100

Color Harmonies of #2E1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1129

Black with #2E1129

Text Example


Text Example

White with #2E1129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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