#351039

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

Shades of Mardi Gras #351039

Tints of Mardi Gras #351039

Color information

#351039 (or 0x351039) is unknown color: approx Mardi Gras. HEX triplet: 35, 10 and 39. RGB value is (53,16,57). Sum of RGB (Red+Green+Blue) = 53+16+57=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 16 (6.64% from 255 or 12.70% from 126); Blue value is 57 (22.66% from 255 or 45.24% from 126); Max value from RGB is 57 - color contains mainly: blue. Hex color #351039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351039 is #CAEFC6. Grayscale: #1F1F1F. Windows color (decimal): -13299655 or 3739701. OLE color: 3739701.

HSL color Cylindrical-coordinate representation of color #351039: hue angle of 294.15º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #351039 is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB531657-
CMYK0.070.7200.78
HSL294.15º56.16%14.31%-
HSV(B)294.15º71.93%22.35%-
XYZ2.391.424.02-
YUV31.74142.26143.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 16 (6.64% from 255) = 12.70%
BLUE value IS 57 (22.66% from 255) = 45.24%
R=42.06%
G=12.70%
B=45.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5316570.070.7200.78294.1556.1614.31
Hex35103974804E12638e
Octal652071711001164467016
Binary110101100001110011111001000010011101001001101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351039; }

 p { color: rgb(53,16,57); }

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

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

 a { background-color: rgb(53,16,57); }

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

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

 span { border-color: rgb(53,16,57); }

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