#331E34

Color #331E34 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #331E34

Tints of Mardi Gras #331E34

Color information

#331E34 (or 0x331E34) is unknown color: approx Mardi Gras. HEX triplet: 33, 1E and 34. RGB value is (51,30,52). Sum of RGB (Red+Green+Blue) = 51+30+52=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #331E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331E34 is #CCE1CB. Grayscale: #262626. Windows color (decimal): -13427148 or 3415603. OLE color: 3415603.

HSL color Cylindrical-coordinate representation of color #331E34: hue angle of 297.27º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #331E34 is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB513052-
CMYK0.020.4200.80
HSL297.27º26.83%16.08%-
HSV(B)297.27º42.31%20.39%-
XYZ2.451.883.48-
YUV38.79135.46136.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=38.35%
G=22.56%
B=39.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5130520.020.4200.80297.2726.8316.08
Hex331E3422A0501291b10
Octal63366425201204513320
Binary1100111111011010010101010010100001001010011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331E34; }

 p { color: rgb(51,30,52); }

 H1.HeaderClassName
 {
   color: #331E34;
 }
 .AnyTagClassName
 {
   color: #331E34;
 }
</style>
background-color css

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

 a { background-color: rgb(51,30,52); }

 div.DivClassName
 {
   background-color: #331E34;
 }
 .BgClassName
 {
   background-color: #331E34;
 }
</style>
border-color css

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

 span { border-color: rgb(51,30,52); }

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