#320B31

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

Shades of Mardi Gras #320B31

Tints of Mardi Gras #320B31

Color information

#320B31 (or 0x320B31) is unknown color: approx Mardi Gras. HEX triplet: 32, 0B and 31. RGB value is (50,11,49). Sum of RGB (Red+Green+Blue) = 50+11+49=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 11 (4.69% from 255 or 10% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #320B31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B31 is #CDF4CE. Grayscale: #1A1A1A. Windows color (decimal): -13497551 or 3214130. OLE color: 3214130.

HSL color Cylindrical-coordinate representation of color #320B31: hue angle of 301.54º 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 #320B31 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.80.

Color convert

RGB501149-
CMYK00.780.020.80
HSL301.54º63.93%11.96%-
HSV(B)301.54º78%19.61%-
XYZ1.991.143.02-
YUV26.99140.42144.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 11 (4.69% from 255) = 10%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=45.45%
G=10%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50114900.780.020.80301.5463.9311.96
Hex32B3104E25012e40c
Octal6213610116212045610014
Binary11001010111100010100111010101000010010111010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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