Html Css Color HEX #2E1229 Mardi Gras

📋 copy color: '#2E1229'

red 46 ◦ green 18 ◦ blue 41

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

Shades of Mardi Gras #2E1229

Tints of Mardi Gras #2E1229

RGB

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

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

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

R = 43.81%
G = 17.14%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.82

RGB Variations

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

Color information

#2E1229 (or 0x2E1229) is known color: Mardi Gras. HEX triplet: 2E, 12 and 29. RGB value is (46,18,41). Sum of RGB (Red+Green+Blue) = 46+18+41=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1229 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1229 is #D1EDD6. Grayscale: #1C1C1C. Windows color (decimal): -13757911 or 2691630. OLE color: 2691630.

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

Color convert

RGB 46 18 41 -
CMYK 0 0.61 0.11 0.82
HSL 310.71º 0.44% 0.13% -
HSV(B) 310.71º 0.61% 0.18% -
XYZ 1.74 1.17 2.23 -
YUV 28.99 134.78 140.13 -
System Red Green Blue C M Y K H S L
Decimal 46 18 41 0 0.61 0.11 0.82 310.71 0.44 0.13
Hex 2E 12 29 0 3D B 52 137 2C D
Octal 56 22 51 0 75 13 122 467 54 15
Binary 101110 10010 101001 0 111101 1011 1010010 100110111 101100 1101

Color Harmonies of #2E1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1229

Black with #2E1229

Text Example


Text Example

White with #2E1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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