Html Css Color HEX #2E022A Mardi Gras

📋 copy color: '#2E022A'

red 46 ◦ green 2 ◦ blue 42

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

Shades of Mardi Gras #2E022A

Tints of Mardi Gras #2E022A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

 BLUE value IS 42 (16.8% from 255) = 46.67%

R = 51.11%
G = 2.22%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E022A (or 0x2E022A) is known color: Mardi Gras. HEX triplet: 2E, 02 and 2A. RGB value is (46,2,42). Sum of RGB (Red+Green+Blue) = 46+2+42=90 (11% of max value = 765). Red value is 46 (18.36% from 255 or 51.11% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 42 (16.80% from 255 or 46.67% from 90); Max value from RGB is 46 - color contains mainly: red. Hex color #2E022A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E022A is #D1FDD5. Grayscale: #131313. Windows color (decimal): -13762006 or 2753070. OLE color: 2753070.

HSL color Cylindrical-coordinate representation of color #2E022A: hue angle of 305.45º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E022A is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB 46 2 42 -
CMYK 0 0.96 0.09 0.82
HSL 305.45º 0.92% 0.09% -
HSV(B) 305.45º 0.96% 0.18% -
XYZ 1.57 0.79 2.26 -
YUV 19.72 140.58 146.75 -
System Red Green Blue C M Y K H S L
Decimal 46 2 42 0 0.96 0.09 0.82 305.45 0.92 0.09
Hex 2E 2 2A 0 60 9 52 131 5C 9
Octal 56 2 52 0 140 11 122 461 134 11
Binary 101110 10 101010 0 1100000 1001 1010010 100110001 1011100 1001

Color Harmonies of #2E022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E022A

Black with #2E022A

Text Example


Text Example

White with #2E022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,2,42); }

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

background-color css

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

 a { background-color: rgb(46,2,42); }

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

border-color css

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

 span { border-color: rgb(46,2,42); }

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