Html Css Color HEX #31152E Mardi Gras

📋 copy color: '#31152E'

red 49 ◦ green 21 ◦ blue 46

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

Shades of Mardi Gras #31152E

Tints of Mardi Gras #31152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.1%

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

R = 42.24%
G = 18.1%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.06

 K value IS 0.81

RGB Variations

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

Color information

#31152E (or 0x31152E) is known color: Mardi Gras. HEX triplet: 31, 15 and 2E. RGB value is (49,21,46). Sum of RGB (Red+Green+Blue) = 49+21+46=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152E is #CEEAD1. Grayscale: #202020. Windows color (decimal): -13560530 or 3020081. OLE color: 3020081.

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

Color convert

RGB 49 21 46 -
CMYK 0 0.57 0.06 0.81
HSL 306.43º 0.4% 0.14% -
HSV(B) 306.43º 0.57% 0.19% -
XYZ 2.03 1.39 2.75 -
YUV 32.22 135.78 139.97 -
System Red Green Blue C M Y K H S L
Decimal 49 21 46 0 0.57 0.06 0.81 306.43 0.4 0.14
Hex 31 15 2E 0 39 6 51 132 28 E
Octal 61 25 56 0 71 6 121 462 50 16
Binary 110001 10101 101110 0 111001 110 1010001 100110010 101000 1110

Color Harmonies of #31152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31152E

Black with #31152E

Text Example


Text Example

White with #31152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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