#321130

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

Shades of Mardi Gras #321130

Tints of Mardi Gras #321130

Color information

#321130 (or 0x321130) is unknown color: approx Mardi Gras. HEX triplet: 32, 11 and 30. RGB value is (50,17,48). Sum of RGB (Red+Green+Blue) = 50+17+48=115 (15% of max value = 765). Red value is 50 (19.92% from 255 or 43.48% from 115); Green value is 17 (7.03% from 255 or 14.78% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 50 - color contains mainly: red. Hex color #321130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321130 is #CDEECF. Grayscale: #1E1E1E. Windows color (decimal): -13496016 or 3150130. OLE color: 3150130.

HSL color Cylindrical-coordinate representation of color #321130: hue angle of 303.64º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #321130 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB501748-
CMYK00.660.040.80
HSL303.64º49.25%13.14%-
HSV(B)303.64º66%19.61%-
XYZ2.051.292.94-
YUV30.4137.93141.98-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 43.48%
GREEN value IS 17 (7.03% from 255) = 14.78%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=43.48%
G=14.78%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50174800.660.040.80303.6449.2513.14
Hex32113004245013031d
Octal622160010241204606115
Binary110010100011100000100001010010100001001100001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321130; }

 p { color: rgb(50,17,48); }

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

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

 a { background-color: rgb(50,17,48); }

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

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

 span { border-color: rgb(50,17,48); }

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