#320836

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

Shades of Mardi Gras #320836

Tints of Mardi Gras #320836

Color information

#320836 (or 0x320836) is unknown color: approx Mardi Gras. HEX triplet: 32, 08 and 36. RGB value is (50,8,54). Sum of RGB (Red+Green+Blue) = 50+8+54=112 (14% of max value = 765). Red value is 50 (19.92% from 255 or 44.64% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #320836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320836 is #CDF7C9. Grayscale: #191919. Windows color (decimal): -13498314 or 3541042. OLE color: 3541042.

HSL color Cylindrical-coordinate representation of color #320836: hue angle of 294.78º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #320836 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB50854-
CMYK0.070.8500.79
HSL294.78º74.19%12.16%-
HSV(B)294.78º85.19%21.18%-
XYZ2.071.123.6-
YUV25.8143.91145.26-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 44.64%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=44.64%
G=7.14%
B=48.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal508540.070.8500.79294.7874.1912.16
Hex3283675504F1274ac
Octal6210667125011744711214
Binary110010100011011011110101010100111110010011110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320836; }

 p { color: rgb(50,8,54); }

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

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

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

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

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

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

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