Html Css Color HEX #31192F Mardi Gras

📋 copy color: '#31192F'

red 49 ◦ green 25 ◦ blue 47

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

Shades of Mardi Gras #31192F

Tints of Mardi Gras #31192F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.66%

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

R = 40.5%
G = 20.66%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#31192F (or 0x31192F) is known color: Mardi Gras. HEX triplet: 31, 19 and 2F. RGB value is (49,25,47). Sum of RGB (Red+Green+Blue) = 49+25+47=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #31192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192F is #CEE6D0. Grayscale: #222222. Windows color (decimal): -13559505 or 3086641. OLE color: 3086641.

HSL color Cylindrical-coordinate representation of color #31192F: hue angle of 305º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31192F is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 25 47 -
CMYK 0 0.49 0.04 0.81
HSL 305º 0.32% 0.15% -
HSV(B) 305º 0.49% 0.19% -
XYZ 2.13 1.55 2.88 -
YUV 34.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 49 25 47 0 0.49 0.04 0.81 305 0.32 0.15
Hex 31 19 2F 0 31 4 51 131 20 F
Octal 61 31 57 0 61 4 121 461 40 17
Binary 110001 11001 101111 0 110001 100 1010001 100110001 100000 1111

Color Harmonies of #31192F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31192F

Black with #31192F

Text Example


Text Example

White with #31192F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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