Html Css Color HEX #2E012E Mardi Gras

📋 copy color: '#2E012E'

red 46 ◦ green 1 ◦ blue 46

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

Shades of Mardi Gras #2E012E

Tints of Mardi Gras #2E012E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.08%

 BLUE value IS 46 (18.36% from 255) = 49.46%

R = 49.46%
G = 1.08%
B = 49.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#2E012E (or 0x2E012E) is known color: Mardi Gras. HEX triplet: 2E, 01 and 2E. RGB value is (46,1,46). Sum of RGB (Red+Green+Blue) = 46+1+46=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: red, blue. Hex color #2E012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E012E is #D1FED1. Grayscale: #131313. Windows color (decimal): -13762258 or 3014958. OLE color: 3014958.

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

Color convert

RGB 46 1 46 -
CMYK 0 0.98 0 0.82
HSL 300º 0.96% 0.09% -
HSV(B) 300º 0.98% 0.18% -
XYZ 1.63 0.8 2.65 -
YUV 19.59 142.91 146.84 -
System Red Green Blue C M Y K H S L
Decimal 46 1 46 0 0.98 0 0.82 300 0.96 0.09
Hex 2E 1 2E 0 62 0 52 12C 60 9
Octal 56 1 56 0 142 0 122 454 140 11
Binary 101110 1 101110 0 1100010 0 1010010 100101100 1100000 1001

Color Harmonies of #2E012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E012E

Black with #2E012E

Text Example


Text Example

White with #2E012E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,1,46); }

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

background-color css

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

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

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

border-color css

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

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

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