#320133

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

Shades of Mardi Gras #320133

Tints of Mardi Gras #320133

Color information

#320133 (or 0x320133) is unknown color: approx Mardi Gras. HEX triplet: 32, 01 and 33. RGB value is (50,1,51). Sum of RGB (Red+Green+Blue) = 50+1+51=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #320133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320133 is #CDFECC. Grayscale: #151515. Windows color (decimal): -13500109 or 3342642. OLE color: 3342642.

HSL color Cylindrical-coordinate representation of color #320133: hue angle of 298.8º 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 #320133 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB50151-
CMYK0.020.9800.8
HSL298.8º96.15%10.2%-
HSV(B)298.8º98.04%20%-
XYZ1.920.943.21-
YUV21.35144.73148.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 51 (20.31% from 255) = 50%
R=49.02%
G=0.98%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal501510.020.9800.8298.896.1510.2
Hex3213326205012b60a
Octal621632142012045314012
Binary11001011100111011000100101000010010101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320133; }

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

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

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

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

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

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

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

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