#320130

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

Shades of Mardi Gras #320130

Tints of Mardi Gras #320130

Color information

#320130 (or 0x320130) is unknown color: approx Mardi Gras. HEX triplet: 32, 01 and 30. RGB value is (50,1,48). Sum of RGB (Red+Green+Blue) = 50+1+48=99 (13% of max value = 765). Red value is 50 (19.92% from 255 or 50.51% from 99); Green value is 1 (0.78% from 255 or 1.01% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 50 - color contains mainly: red. Hex color #320130 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320130 is #CDFECF. Grayscale: #141414. Windows color (decimal): -13500112 or 3146034. OLE color: 3146034.

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

Color convert

RGB50148-
CMYK00.980.040.80
HSL302.45º96.08%10%-
HSV(B)302.45º98%19.61%-
XYZ1.860.912.87-
YUV21.01143.23148.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 50.51%
GREEN value IS 1 (0.78% from 255) = 1.01%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=50.51%
G=1.01%
B=48.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5014800.980.040.80302.4596.0810
Hex3213006245012e60a
Octal621600142412045614012
Binary110010111000001100010100101000010010111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320130; }

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

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

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

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

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

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

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

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