#320033

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

Shades of Mardi Gras #320033

Tints of Mardi Gras #320033

Color information

#320033 (or 0x320033) is unknown color: approx Mardi Gras. HEX triplet: 32, 00 and 33. RGB value is (50,0,51). Sum of RGB (Red+Green+Blue) = 50+0+51=101 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.50% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #320033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320033 is #CDFFCC. Grayscale: #141414. Windows color (decimal): -13500365 or 3342386. OLE color: 3342386.

HSL color Cylindrical-coordinate representation of color #320033: hue angle of 298.82º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320033 is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB50051-
CMYK0.02100.8
HSL298.82º100%10%-
HSV(B)298.82º100%20%-
XYZ1.910.923.21-
YUV20.76145.06148.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 51 (20.31% from 255) = 50.50%
R=49.50%
G=0%
B=50.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal500510.02100.8298.8210010
Hex3203326405012b64a
Octal620632144012045314412
Binary11001001100111011001000101000010010101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320033; }

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

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

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

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

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

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

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

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