#320634

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

Shades of Mardi Gras #320634

Tints of Mardi Gras #320634

Color information

#320634 (or 0x320634) is unknown color: approx Mardi Gras. HEX triplet: 32, 06 and 34. RGB value is (50,6,52). Sum of RGB (Red+Green+Blue) = 50+6+52=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 52 (20.70% from 255 or 48.15% from 108); Max value from RGB is 52 - color contains mainly: blue. Hex color #320634 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320634 is #CDF9CB. Grayscale: #181818. Windows color (decimal): -13498828 or 3409458. OLE color: 3409458.

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

Color convert

RGB50652-
CMYK0.040.8800.80
HSL297.39º79.31%11.37%-
HSV(B)297.39º88.46%20.39%-
XYZ21.063.35-
YUV24.4143.58146.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 52 (20.70% from 255) = 48.15%
R=46.30%
G=5.56%
B=48.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal506520.040.8800.80297.3979.3111.37
Hex326344580501294fb
Octal626644130012045111713
Binary11001011011010010010110000101000010010100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320634; }

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

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

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

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

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

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

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

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