Html Css Color HEX #2E0531 Mardi Gras

📋 copy color: '#2E0531'

red 46 ◦ green 5 ◦ blue 49

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

Shades of Mardi Gras #2E0531

Tints of Mardi Gras #2E0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5%

 BLUE value IS 49 (19.53% from 255) = 49%

R = 46%
G = 5%
B = 49%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E0531 (or 0x2E0531) is known color: Mardi Gras. HEX triplet: 2E, 05 and 31. RGB value is (46,5,49). Sum of RGB (Red+Green+Blue) = 46+5+49=100 (13% of max value = 765). Red value is 46 (18.36% from 255 or 46% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0531 is #D1FACE. Grayscale: #161616. Windows color (decimal): -13761231 or 3212590. OLE color: 3212590.

HSL color Cylindrical-coordinate representation of color #2E0531: hue angle of 295.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2E0531 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 46 5 49 -
CMYK 0.06 0.90 0 0.81
HSL 295.91º 0.81% 0.11% -
HSV(B) 295.91º 0.9% 0.19% -
XYZ 1.74 0.91 2.99 -
YUV 22.28 143.08 144.92 -
System Red Green Blue C M Y K H S L
Decimal 46 5 49 0.06 0.90 0 0.81 295.91 0.81 0.11
Hex 2E 5 31 6 5A 0 51 128 51 B
Octal 56 5 61 6 132 0 121 450 121 13
Binary 101110 101 110001 110 1011010 0 1010001 100101000 1010001 1011

Color Harmonies of #2E0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E0531

Black with #2E0531

Text Example


Text Example

White with #2E0531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,5,49); }

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

background-color css

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

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

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

border-color css

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

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

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