#321F34

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

Shades of Mardi Gras #321F34

Tints of Mardi Gras #321F34

Color information

#321F34 (or 0x321F34) is unknown color: approx Mardi Gras. HEX triplet: 32, 1F and 34. RGB value is (50,31,52). Sum of RGB (Red+Green+Blue) = 50+31+52=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 31 (12.5% from 255 or 23.31% 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 #321F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321F34 is #CDE0CB. Grayscale: #272727. Windows color (decimal): -13492428 or 3415858. OLE color: 3415858.

HSL color Cylindrical-coordinate representation of color #321F34: hue angle of 294.29º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #321F34 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB503152-
CMYK0.040.4000.80
HSL294.29º25.3%16.27%-
HSV(B)294.29º40.38%20.39%-
XYZ2.431.913.49-
YUV39.07135.29135.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 31 (12.5% from 255) = 23.31%
BLUE value IS 52 (20.70% from 255) = 39.10%
R=37.59%
G=23.31%
B=39.10%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5031520.040.4000.80294.2925.316.27
Hex321F344280501261910
Octal62376445001204463120
Binary11001011111110100100101000010100001001001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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