Html Css Color HEX #311934 Mardi Gras

📋 copy color: '#311934'

red 49 ◦ green 25 ◦ blue 52

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

Shades of Mardi Gras #311934

Tints of Mardi Gras #311934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 41.27%

R = 38.89%
G = 19.84%
B = 41.27%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#311934 (or 0x311934) is known color: Mardi Gras. HEX triplet: 31, 19 and 34. RGB value is (49,25,52). Sum of RGB (Red+Green+Blue) = 49+25+52=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #311934 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311934 is #CEE6CB. Grayscale: #232323. Windows color (decimal): -13559500 or 3414321. OLE color: 3414321.

HSL color Cylindrical-coordinate representation of color #311934: hue angle of 293.33º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #311934 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 49 25 52 -
CMYK 0.06 0.52 0 0.80
HSL 293.33º 0.35% 0.15% -
HSV(B) 293.33º 0.52% 0.2% -
XYZ 2.23 1.6 3.44 -
YUV 35.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 49 25 52 0.06 0.52 0 0.80 293.33 0.35 0.15
Hex 31 19 34 6 34 0 50 125 23 F
Octal 61 31 64 6 64 0 120 445 43 17
Binary 110001 11001 110100 110 110100 0 1010000 100100101 100011 1111

Color Harmonies of #311934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311934

Black with #311934

Text Example


Text Example

White with #311934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311934; }

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

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

background-color css

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

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

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

border-color css

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

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

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