#321235

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

Shades of Mardi Gras #321235

Tints of Mardi Gras #321235

Color information

#321235 (or 0x321235) is unknown color: approx Mardi Gras. HEX triplet: 32, 12 and 35. RGB value is (50,18,53). Sum of RGB (Red+Green+Blue) = 50+18+53=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #321235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321235 is #CDEDCA. Grayscale: #1F1F1F. Windows color (decimal): -13495755 or 3478066. OLE color: 3478066.

HSL color Cylindrical-coordinate representation of color #321235: hue angle of 294.86º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321235 is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB501853-
CMYK0.060.6600.79
HSL294.86º49.3%13.92%-
HSV(B)294.86º66.04%20.78%-
XYZ2.171.373.52-
YUV31.56140.1141.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=41.32%
G=14.88%
B=43.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5018530.060.6600.79294.8649.313.92
Hex32123564204F12731e
Octal622265610201174476116
Binary110010100101101011101000010010011111001001111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321235; }

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

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

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

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

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

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

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

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