Html Css Color HEX #31132E Mardi Gras

📋 copy color: '#31132E'

red 49 ◦ green 19 ◦ blue 46

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

Shades of Mardi Gras #31132E

Tints of Mardi Gras #31132E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.67%

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

R = 42.98%
G = 16.67%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31132E (or 0x31132E) is known color: Mardi Gras. HEX triplet: 31, 13 and 2E. RGB value is (49,19,46). Sum of RGB (Red+Green+Blue) = 49+19+46=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 46 (18.36% from 255 or 40.35% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #31132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31132E is #CEECD1. Grayscale: #1E1E1E. Windows color (decimal): -13561042 or 3019569. OLE color: 3019569.

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

Color convert

RGB 49 19 46 -
CMYK 0 0.61 0.06 0.81
HSL 306º 0.44% 0.13% -
HSV(B) 306º 0.61% 0.19% -
XYZ 1.99 1.32 2.73 -
YUV 31.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 49 19 46 0 0.61 0.06 0.81 306 0.44 0.13
Hex 31 13 2E 0 3D 6 51 132 2C D
Octal 61 23 56 0 75 6 121 462 54 15
Binary 110001 10011 101110 0 111101 110 1010001 100110010 101100 1101

Color Harmonies of #31132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31132E

Black with #31132E

Text Example


Text Example

White with #31132E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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