#321F35

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

Shades of Mardi Gras #321F35

Tints of Mardi Gras #321F35

Color information

#321F35 (or 0x321F35) is unknown color: approx Mardi Gras. HEX triplet: 32, 1F and 35. RGB value is (50,31,53). Sum of RGB (Red+Green+Blue) = 50+31+53=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 53 - color contains mainly: blue. Hex color #321F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F35 is #CDE0CA. Grayscale: #272727. Windows color (decimal): -13492427 or 3481394. OLE color: 3481394.

HSL color Cylindrical-coordinate representation of color #321F35: hue angle of 291.82º degrees, saturation: 0.26, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #321F35 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB503153-
CMYK0.060.4200.79
HSL291.82º26.19%16.47%-
HSV(B)291.82º41.51%20.78%-
XYZ2.451.923.61-
YUV39.19135.79135.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 31 (12.5% from 255) = 23.13%
BLUE value IS 53 (21.09% from 255) = 39.55%
R=37.31%
G=23.13%
B=39.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5031530.060.4200.79291.8226.1916.47
Hex321F3562A04F1241a10
Octal62376565201174443220
Binary11001011111110101110101010010011111001001001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321F35; }

 p { color: rgb(50,31,53); }

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

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

 a { background-color: rgb(50,31,53); }

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

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

 span { border-color: rgb(50,31,53); }

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