Html Css Color HEX #2E092A Mardi Gras

📋 copy color: '#2E092A'

red 46 ◦ green 9 ◦ blue 42

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

Shades of Mardi Gras #2E092A

Tints of Mardi Gras #2E092A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.28%

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

R = 47.42%
G = 9.28%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.82

RGB Variations

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

Color information

#2E092A (or 0x2E092A) is known color: Mardi Gras. HEX triplet: 2E, 09 and 2A. RGB value is (46,9,42). Sum of RGB (Red+Green+Blue) = 46+9+42=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E092A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E092A is #D1F6D5. Grayscale: #171717. Windows color (decimal): -13760214 or 2754862. OLE color: 2754862.

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

Color convert

RGB 46 9 42 -
CMYK 0 0.80 0.09 0.82
HSL 306.49º 0.67% 0.11% -
HSV(B) 306.49º 0.8% 0.18% -
XYZ 1.64 0.94 2.29 -
YUV 23.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 46 9 42 0 0.80 0.09 0.82 306.49 0.67 0.11
Hex 2E 9 2A 0 50 9 52 132 43 B
Octal 56 11 52 0 120 11 122 462 103 13
Binary 101110 1001 101010 0 1010000 1001 1010010 100110010 1000011 1011

Color Harmonies of #2E092A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E092A

Black with #2E092A

Text Example


Text Example

White with #2E092A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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