#320B32

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

Shades of Mardi Gras #320B32

Tints of Mardi Gras #320B32

Color information

#320B32 (or 0x320B32) is unknown color: approx Mardi Gras. HEX triplet: 32, 0B and 32. RGB value is (50,11,50). Sum of RGB (Red+Green+Blue) = 50+11+50=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: red, blue. Hex color #320B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B32 is #CDF4CD. Grayscale: #1A1A1A. Windows color (decimal): -13497550 or 3279666. OLE color: 3279666.

HSL color Cylindrical-coordinate representation of color #320B32: hue angle of 300º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #320B32 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB501150-
CMYK00.7800.80
HSL300º63.93%11.96%-
HSV(B)300º78%19.61%-
XYZ2.011.153.13-
YUV27.11140.92144.33-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 11 (4.69% from 255) = 9.91%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=45.05%
G=9.91%
B=45.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50115000.7800.8030063.9311.96
Hex32B3204E05012c40c
Octal6213620116012045410014
Binary1100101011110010010011100101000010010110010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320B32; }

 p { color: rgb(50,11,50); }

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

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

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

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

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

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

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