Html Css Color HEX #331132 Mardi Gras

📋 copy color: '#331132'

red 51 ◦ green 17 ◦ blue 50

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

Shades of Mardi Gras #331132

Tints of Mardi Gras #331132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 42.37%

R = 43.22%
G = 14.41%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.8

RGB Variations

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

Color information

#331132 (or 0x331132) is known color: Mardi Gras. HEX triplet: 33, 11 and 32. RGB value is (51,17,50). Sum of RGB (Red+Green+Blue) = 51+17+50=118 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.22% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 51 - color contains mainly: red. Hex color #331132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331132 is #CCEECD. Grayscale: #1E1E1E. Windows color (decimal): -13430478 or 3281203. OLE color: 3281203.

HSL color Cylindrical-coordinate representation of color #331132: hue angle of 301.76º 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 #331132 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 17 50 -
CMYK 0 0.67 0.02 0.8
HSL 301.76º 0.5% 0.13% -
HSV(B) 301.76º 0.67% 0.2% -
XYZ 2.14 1.33 3.16 -
YUV 30.93 138.76 142.32 -
System Red Green Blue C M Y K H S L
Decimal 51 17 50 0 0.67 0.02 0.8 301.76 0.5 0.13
Hex 33 11 32 0 43 2 50 12E 32 D
Octal 63 21 62 0 103 2 120 456 62 15
Binary 110011 10001 110010 0 1000011 10 1010000 100101110 110010 1101

Color Harmonies of #331132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #331132

Black with #331132

Text Example


Text Example

White with #331132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #331132; }

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

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

background-color css

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

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

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

border-color css

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

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

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