Html Css Color HEX #31152D Mardi Gras

📋 copy color: '#31152D'

red 49 ◦ green 21 ◦ blue 45

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

Shades of Mardi Gras #31152D

Tints of Mardi Gras #31152D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 42.61%
G = 18.26%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.81

RGB Variations

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

Color information

#31152D (or 0x31152D) is known color: Mardi Gras. HEX triplet: 31, 15 and 2D. RGB value is (49,21,45). Sum of RGB (Red+Green+Blue) = 49+21+45=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152D is #CEEAD2. Grayscale: #202020. Windows color (decimal): -13560531 or 2954545. OLE color: 2954545.

HSL color Cylindrical-coordinate representation of color #31152D: hue angle of 308.57º 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 #31152D is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 21 45 -
CMYK 0 0.57 0.08 0.81
HSL 308.57º 0.4% 0.14% -
HSV(B) 308.57º 0.57% 0.19% -
XYZ 2.01 1.38 2.64 -
YUV 32.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 49 21 45 0 0.57 0.08 0.81 308.57 0.4 0.14
Hex 31 15 2D 0 39 8 51 135 28 E
Octal 61 25 55 0 71 10 121 465 50 16
Binary 110001 10101 101101 0 111001 1000 1010001 100110101 101000 1110

Color Harmonies of #31152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31152D

Black with #31152D

Text Example


Text Example

White with #31152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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