Html Css Color HEX #331131 Mardi Gras

📋 copy color: '#331131'

red 51 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #331131

Tints of Mardi Gras #331131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.53%

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

R = 43.59%
G = 14.53%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#331131 (or 0x331131) is known color: Mardi Gras. HEX triplet: 33, 11 and 31. RGB value is (51,17,49). Sum of RGB (Red+Green+Blue) = 51+17+49=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 51 - color contains mainly: red. Hex color #331131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331131 is #CCEECE. Grayscale: #1E1E1E. Windows color (decimal): -13430479 or 3215667. OLE color: 3215667.

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

Color convert

RGB 51 17 49 -
CMYK 0 0.67 0.04 0.8
HSL 303.53º 0.5% 0.13% -
HSV(B) 303.53º 0.67% 0.2% -
XYZ 2.12 1.33 3.05 -
YUV 30.81 138.26 142.4 -
System Red Green Blue C M Y K H S L
Decimal 51 17 49 0 0.67 0.04 0.8 303.53 0.5 0.13
Hex 33 11 31 0 43 4 50 130 32 D
Octal 63 21 61 0 103 4 120 460 62 15
Binary 110011 10001 110001 0 1000011 100 1010000 100110000 110010 1101

Color Harmonies of #331131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331131

Black with #331131

Text Example


Text Example

White with #331131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331131; }

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

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

background-color css

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

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

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

border-color css

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

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

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