#350132

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

Shades of Mardi Gras #350132

Tints of Mardi Gras #350132

Color information

#350132 (or 0x350132) is unknown color: approx Mardi Gras. HEX triplet: 35, 01 and 32. RGB value is (53,1,50). Sum of RGB (Red+Green+Blue) = 53+1+50=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #350132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350132 is #CAFECD. Grayscale: #151515. Windows color (decimal): -13303502 or 3277109. OLE color: 3277109.

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

Color convert

RGB53150-
CMYK00.980.060.79
HSL303.46º96.3%10.59%-
HSV(B)303.46º98.11%20.78%-
XYZ2.051.013.1-
YUV22.13143.73150.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 1 (0.78% from 255) = 0.96%
BLUE value IS 50 (19.92% from 255) = 48.08%
R=50.96%
G=0.96%
B=48.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5315000.980.060.79303.4696.310.59
Hex3513206264F12f60b
Octal651620142611745714013
Binary110101111001001100010110100111110010111111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350132; }

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

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

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

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

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

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

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

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