#321D34

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

Shades of Mardi Gras #321D34

Tints of Mardi Gras #321D34

Color information

#321D34 (or 0x321D34) is unknown color: approx Mardi Gras. HEX triplet: 32, 1D and 34. RGB value is (50,29,52). Sum of RGB (Red+Green+Blue) = 50+29+52=131 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.17% from 131); Green value is 29 (11.72% from 255 or 22.14% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #321D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #321D34 is #CDE2CB. Grayscale: #252525. Windows color (decimal): -13492940 or 3415346. OLE color: 3415346.

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

Color convert

RGB502952-
CMYK0.040.4400.80
HSL294.78º28.4%15.88%-
HSV(B)294.78º44.23%20.39%-
XYZ2.371.83.47-
YUV37.9135.96136.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.17%
GREEN value IS 29 (11.72% from 255) = 22.14%
BLUE value IS 52 (20.70% from 255) = 39.69%
R=38.17%
G=22.14%
B=39.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5029520.040.4400.80294.7828.415.88
Hex321D3442C0501271c10
Octal62356445401204473420
Binary11001011101110100100101100010100001001001111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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