Html Css Color HEX #331931 Mardi Gras

📋 copy color: '#331931'

red 51 ◦ green 25 ◦ blue 49

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

Shades of Mardi Gras #331931

Tints of Mardi Gras #331931

RGB

 RED value IS 51 (20.31% from 255) = 40.8%

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

 BLUE value IS 49 (19.53% from 255) = 39.2%

R = 40.8%
G = 20%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#331931 (or 0x331931) is known color: Mardi Gras. HEX triplet: 33, 19 and 31. RGB value is (51,25,49). Sum of RGB (Red+Green+Blue) = 51+25+49=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 25 (10.16% from 255 or 20% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 51 - color contains mainly: red. Hex color #331931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331931 is #CCE6CE. Grayscale: #232323. Windows color (decimal): -13428431 or 3217715. OLE color: 3217715.

HSL color Cylindrical-coordinate representation of color #331931: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #331931 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 25 49 -
CMYK 0 0.51 0.04 0.8
HSL 304.62º 0.34% 0.15% -
HSV(B) 304.62º 0.51% 0.2% -
XYZ 2.27 1.62 3.1 -
YUV 35.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 51 25 49 0 0.51 0.04 0.8 304.62 0.34 0.15
Hex 33 19 31 0 33 4 50 131 22 F
Octal 63 31 61 0 63 4 120 461 42 17
Binary 110011 11001 110001 0 110011 100 1010000 100110001 100010 1111

Color Harmonies of #331931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331931

Black with #331931

Text Example


Text Example

White with #331931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331931; }

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

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

background-color css

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

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

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

border-color css

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

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

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