Html Css Color HEX #2E1031 Mardi Gras

📋 copy color: '#2E1031'

red 46 ◦ green 16 ◦ blue 49

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

Shades of Mardi Gras #2E1031

Tints of Mardi Gras #2E1031

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.41%

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

R = 41.44%
G = 14.41%
B = 44.14%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2E1031 (or 0x2E1031) is known color: Mardi Gras. HEX triplet: 2E, 10 and 31. RGB value is (46,16,49). Sum of RGB (Red+Green+Blue) = 46+16+49=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1031 is #D1EFCE. Grayscale: #1C1C1C. Windows color (decimal): -13758415 or 3215406. OLE color: 3215406.

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

Color convert

RGB 46 16 49 -
CMYK 0.06 0.67 0 0.81
HSL 294.55º 0.51% 0.13% -
HSV(B) 294.55º 0.67% 0.19% -
XYZ 1.87 1.17 3.03 -
YUV 28.73 139.44 140.32 -
System Red Green Blue C M Y K H S L
Decimal 46 16 49 0.06 0.67 0 0.81 294.55 0.51 0.13
Hex 2E 10 31 6 43 0 51 127 33 D
Octal 56 20 61 6 103 0 121 447 63 15
Binary 101110 10000 110001 110 1000011 0 1010001 100100111 110011 1101

Color Harmonies of #2E1031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E1031

Black with #2E1031

Text Example


Text Example

White with #2E1031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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