#321730

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

Shades of Mardi Gras #321730

Tints of Mardi Gras #321730

Color information

#321730 (or 0x321730) is unknown color: approx Mardi Gras. HEX triplet: 32, 17 and 30. RGB value is (50,23,48). Sum of RGB (Red+Green+Blue) = 50+23+48=121 (16% of max value = 765). Red value is 50 (19.92% from 255 or 41.32% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 50 - color contains mainly: red. Hex color #321730 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321730 is #CDE8CF. Grayscale: #212121. Windows color (decimal): -13494480 or 3151666. OLE color: 3151666.

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

Color convert

RGB502348-
CMYK00.540.040.80
HSL304.44º36.99%14.31%-
HSV(B)304.44º54%19.61%-
XYZ2.161.52.97-
YUV33.92135.95139.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.32%
GREEN value IS 23 (9.38% from 255) = 19.01%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=41.32%
G=19.01%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50234800.540.040.80304.4436.9914.31
Hex32173003645013025e
Octal62276006641204604516
Binary11001010111110000011011010010100001001100001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321730; }

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

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

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

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

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

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

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

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