#320035

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

Shades of Mardi Gras #320035

Tints of Mardi Gras #320035

Color information

#320035 (or 0x320035) is unknown color: approx Mardi Gras. HEX triplet: 32, 00 and 35. RGB value is (50,0,53). Sum of RGB (Red+Green+Blue) = 50+0+53=103 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.54% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 53 (21.09% from 255 or 51.46% from 103); Max value from RGB is 53 - color contains mainly: blue. Hex color #320035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #320035 is #CDFFCA. Grayscale: #141414. Windows color (decimal): -13500363 or 3473458. OLE color: 3473458.

HSL color Cylindrical-coordinate representation of color #320035: hue angle of 296.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320035 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB50053-
CMYK0.06100.79
HSL296.6º100%10.39%-
HSV(B)296.6º100%20.78%-
XYZ1.960.943.45-
YUV20.99146.06148.69-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 51.46%
R=48.54%
G=0%
B=51.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal500530.06100.79296.610010.39
Hex3203566404F12964a
Octal620656144011745114412
Binary110010011010111011001000100111110010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #320035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #320035; }

 p { color: rgb(50,0,53); }

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

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

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

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

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

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

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