#321831

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

Shades of Mardi Gras #321831

Tints of Mardi Gras #321831

Color information

#321831 (or 0x321831) is unknown color: approx Mardi Gras. HEX triplet: 32, 18 and 31. RGB value is (50,24,49). Sum of RGB (Red+Green+Blue) = 50+24+49=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #321831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321831 is #CDE7CE. Grayscale: #222222. Windows color (decimal): -13494223 or 3217458. OLE color: 3217458.

HSL color Cylindrical-coordinate representation of color #321831: hue angle of 302.31º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #321831 is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB502449-
CMYK00.520.020.80
HSL302.31º35.14%14.51%-
HSV(B)302.31º52%19.61%-
XYZ2.21.553.09-
YUV34.62136.11138.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=40.65%
G=19.51%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50244900.520.020.80302.3135.1414.51
Hex32183103425012e23f
Octal62306106421204564317
Binary1100101100011000101101001010100001001011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321831; }

 p { color: rgb(50,24,49); }

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

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

 a { background-color: rgb(50,24,49); }

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

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

 span { border-color: rgb(50,24,49); }

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