#350439

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

Shades of Mardi Gras #350439

Tints of Mardi Gras #350439

Color information

#350439 (or 0x350439) is unknown color: approx Mardi Gras. HEX triplet: 35, 04 and 39. RGB value is (53,4,57). Sum of RGB (Red+Green+Blue) = 53+4+57=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #350439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350439 is #CAFBC6. Grayscale: #181818. Windows color (decimal): -13302727 or 3736629. OLE color: 3736629.

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

Color convert

RGB53457-
CMYK0.070.9300.78
HSL295.47º86.89%11.96%-
HSV(B)295.47º92.98%22.35%-
XYZ2.251.143.97-
YUV24.69146.23148.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.49%
GREEN value IS 4 (1.95% from 255) = 3.51%
BLUE value IS 57 (22.66% from 255) = 50%
R=46.49%
G=3.51%
B=50%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal534570.070.9300.78295.4786.8911.96
Hex3543975D04E12757c
Octal654717135011644712714
Binary11010110011100111110111010100111010010011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350439; }

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

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

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

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

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

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

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

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