#320B30

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

Shades of Mardi Gras #320B30

Tints of Mardi Gras #320B30

Color information

#320B30 (or 0x320B30) is unknown color: approx Mardi Gras. HEX triplet: 32, 0B and 30. RGB value is (50,11,48). Sum of RGB (Red+Green+Blue) = 50+11+48=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 48 (19.14% from 255 or 44.04% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #320B30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320B30 is #CDF4CF. Grayscale: #1A1A1A. Windows color (decimal): -13497552 or 3148594. OLE color: 3148594.

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

Color convert

RGB501148-
CMYK00.780.040.80
HSL303.08º63.93%11.96%-
HSV(B)303.08º78%19.61%-
XYZ1.971.132.91-
YUV26.88139.92144.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 48 (19.14% from 255) = 44.04%
R=45.87%
G=10.09%
B=44.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50114800.780.040.80303.0863.9311.96
Hex32B3004E45012f40c
Octal6213600116412045710014
Binary110010101111000001001110100101000010010111110000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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