#331D35

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

Shades of Mardi Gras #331D35

Tints of Mardi Gras #331D35

Color information

#331D35 (or 0x331D35) is unknown color: approx Mardi Gras. HEX triplet: 33, 1D and 35. RGB value is (51,29,53). Sum of RGB (Red+Green+Blue) = 51+29+53=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 29 (11.72% from 255 or 21.80% from 133); Blue value is 53 (21.09% from 255 or 39.85% from 133); Max value from RGB is 53 - color contains mainly: blue. Hex color #331D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331D35 is #CCE2CA. Grayscale: #262626. Windows color (decimal): -13427403 or 3480883. OLE color: 3480883.

HSL color Cylindrical-coordinate representation of color #331D35: hue angle of 295º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #331D35 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB512953-
CMYK0.040.4500.79
HSL295º29.27%16.08%-
HSV(B)295º45.28%20.78%-
XYZ2.451.843.59-
YUV38.31136.29137.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.35%
GREEN value IS 29 (11.72% from 255) = 21.80%
BLUE value IS 53 (21.09% from 255) = 39.85%
R=38.35%
G=21.80%
B=39.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5129530.040.4500.7929529.2716.08
Hex331D3542D04F1271d10
Octal63356545501174473520
Binary11001111101110101100101101010011111001001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,29,53); }

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

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

 a { background-color: rgb(51,29,53); }

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

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

 span { border-color: rgb(51,29,53); }

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