#320034

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

Shades of Mardi Gras #320034

Tints of Mardi Gras #320034

Color information

#320034 (or 0x320034) is unknown color: approx Mardi Gras. HEX triplet: 32, 00 and 34. RGB value is (50,0,52). Sum of RGB (Red+Green+Blue) = 50+0+52=102 (13% of max value = 765). Red value is 50 (19.92% from 255 or 49.02% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 52 (20.70% from 255 or 50.98% from 102); Max value from RGB is 52 - color contains mainly: blue. Hex color #320034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320034 is #CDFFCB. Grayscale: #141414. Windows color (decimal): -13500364 or 3407922. OLE color: 3407922.

HSL color Cylindrical-coordinate representation of color #320034: hue angle of 297.69º 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 #320034 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB50052-
CMYK0.04100.80
HSL297.69º100%10.2%-
HSV(B)297.69º100%20.39%-
XYZ1.940.933.33-
YUV20.88145.56148.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 49.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 52 (20.70% from 255) = 50.98%
R=49.02%
G=0%
B=50.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal500520.04100.80297.6910010.2
Hex3203446405012a64a
Octal620644144012045214412
Binary110010011010010011001000101000010010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320034; }

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

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

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

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

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

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

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

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