#321930

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

Shades of Mardi Gras #321930

Tints of Mardi Gras #321930

Color information

#321930 (or 0x321930) is unknown color: approx Mardi Gras. HEX triplet: 32, 19 and 30. RGB value is (50,25,48). Sum of RGB (Red+Green+Blue) = 50+25+48=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #321930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #321930 is #CDE6CF. Grayscale: #232323. Windows color (decimal): -13493968 or 3152178. OLE color: 3152178.

HSL color Cylindrical-coordinate representation of color #321930: hue angle of 304.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321930 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB502548-
CMYK00.500.040.80
HSL304.8º33.33%14.71%-
HSV(B)304.8º50%19.61%-
XYZ2.21.592.99-
YUV35.1135.28138.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=40.65%
G=20.33%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50254800.500.040.80304.833.3314.71
Hex32193003245013121f
Octal62316006241204614117
Binary11001011001110000011001010010100001001100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321930; }

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

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

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

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

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

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

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

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