Html Css Color HEX #31152F Mardi Gras

📋 copy color: '#31152F'

red 49 ◦ green 21 ◦ blue 47

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

Shades of Mardi Gras #31152F

Tints of Mardi Gras #31152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 40.17%

R = 41.88%
G = 17.95%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31152F (or 0x31152F) is known color: Mardi Gras. HEX triplet: 31, 15 and 2F. RGB value is (49,21,47). Sum of RGB (Red+Green+Blue) = 49+21+47=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31152F is #CEEAD0. Grayscale: #202020. Windows color (decimal): -13560529 or 3085617. OLE color: 3085617.

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

Color convert

RGB 49 21 47 -
CMYK 0 0.57 0.04 0.81
HSL 304.29º 0.4% 0.14% -
HSV(B) 304.29º 0.57% 0.19% -
XYZ 2.05 1.39 2.85 -
YUV 32.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 49 21 47 0 0.57 0.04 0.81 304.29 0.4 0.14
Hex 31 15 2F 0 39 4 51 130 28 E
Octal 61 25 57 0 71 4 121 460 50 16
Binary 110001 10101 101111 0 111001 100 1010001 100110000 101000 1110

Color Harmonies of #31152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31152F

Black with #31152F

Text Example


Text Example

White with #31152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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