Html Css Color HEX #331731 Mardi Gras

📋 copy color: '#331731'

red 51 ◦ green 23 ◦ blue 49

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

Shades of Mardi Gras #331731

Tints of Mardi Gras #331731

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.7%

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

R = 41.46%
G = 18.7%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#331731 (or 0x331731) is known color: Mardi Gras. HEX triplet: 33, 17 and 31. RGB value is (51,23,49). Sum of RGB (Red+Green+Blue) = 51+23+49=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #331731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331731 is #CCE8CE. Grayscale: #222222. Windows color (decimal): -13428943 or 3217203. OLE color: 3217203.

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

Color convert

RGB 51 23 49 -
CMYK 0 0.55 0.04 0.8
HSL 304.29º 0.38% 0.15% -
HSV(B) 304.29º 0.55% 0.2% -
XYZ 2.23 1.54 3.09 -
YUV 34.34 136.28 139.89 -
System Red Green Blue C M Y K H S L
Decimal 51 23 49 0 0.55 0.04 0.8 304.29 0.38 0.15
Hex 33 17 31 0 37 4 50 130 26 F
Octal 63 27 61 0 67 4 120 460 46 17
Binary 110011 10111 110001 0 110111 100 1010000 100110000 100110 1111

Color Harmonies of #331731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331731

Black with #331731

Text Example


Text Example

White with #331731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331731; }

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

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

background-color css

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

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

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

border-color css

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

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

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