Html Css Color HEX #31142E Mardi Gras

📋 copy color: '#31142E'

red 49 ◦ green 20 ◦ blue 46

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

Shades of Mardi Gras #31142E

Tints of Mardi Gras #31142E

RGB

 RED value IS 49 (19.53% from 255) = 42.61%

 GREEN value IS 20 (8.2% from 255) = 17.39%

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

R = 42.61%
G = 17.39%
B = 40%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31142E (or 0x31142E) is known color: Mardi Gras. HEX triplet: 31, 14 and 2E. RGB value is (49,20,46). Sum of RGB (Red+Green+Blue) = 49+20+46=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31142E is #CEEBD1. Grayscale: #1F1F1F. Windows color (decimal): -13560786 or 3019825. OLE color: 3019825.

HSL color Cylindrical-coordinate representation of color #31142E: hue angle of 306.21º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #31142E is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 20 46 -
CMYK 0 0.59 0.06 0.81
HSL 306.21º 0.42% 0.14% -
HSV(B) 306.21º 0.59% 0.19% -
XYZ 2.01 1.35 2.74 -
YUV 31.64 136.11 140.39 -
System Red Green Blue C M Y K H S L
Decimal 49 20 46 0 0.59 0.06 0.81 306.21 0.42 0.14
Hex 31 14 2E 0 3B 6 51 132 2A E
Octal 61 24 56 0 73 6 121 462 52 16
Binary 110001 10100 101110 0 111011 110 1010001 100110010 101010 1110

Color Harmonies of #31142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31142E

Black with #31142E

Text Example


Text Example

White with #31142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31142E; }

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

 H1.HeaderClassName
 {
   color: #31142E;
 }
 .AnyTagClassName
 {
   color: #31142E;
 }
</style>

background-color css

<style>
 a { background-color: #31142E; }

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

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

border-color css

<style>
 span { border-color: #31142E; }

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

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