#320F37

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

Shades of Mardi Gras #320F37

Tints of Mardi Gras #320F37

Color information

#320F37 (or 0x320F37) is unknown color: approx Mardi Gras. HEX triplet: 32, 0F and 37. RGB value is (50,15,55). Sum of RGB (Red+Green+Blue) = 50+15+55=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 15 (6.25% from 255 or 12.5% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #320F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320F37 is #CDF0C8. Grayscale: #1D1D1D. Windows color (decimal): -13496521 or 3608370. OLE color: 3608370.

HSL color Cylindrical-coordinate representation of color #320F37: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #320F37 is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB501555-
CMYK0.090.7300.78
HSL292.5º57.14%13.73%-
HSV(B)292.5º72.73%21.57%-
XYZ2.181.33.75-
YUV30.02142.1142.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 15 (6.25% from 255) = 12.5%
BLUE value IS 55 (21.88% from 255) = 45.83%
R=41.67%
G=12.5%
B=45.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5015550.090.7300.78292.557.1413.73
Hex32F3794904E12439e
Octal6217671111101164447116
Binary110010111111011110011001001010011101001001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,15,55); }

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

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

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

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

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

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

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