#350430

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

Shades of Mardi Gras #350430

Tints of Mardi Gras #350430

Color information

#350430 (or 0x350430) is unknown color: approx Mardi Gras. HEX triplet: 35, 04 and 30. RGB value is (53,4,48). Sum of RGB (Red+Green+Blue) = 53+4+48=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #350430 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350430 is #CAFBCF. Grayscale: #171717. Windows color (decimal): -13302736 or 3146805. OLE color: 3146805.

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

Color convert

RGB53448-
CMYK00.920.090.79
HSL306.12º85.96%11.18%-
HSV(B)306.12º92.45%20.78%-
XYZ2.051.062.89-
YUV23.67141.73148.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 4 (1.95% from 255) = 3.81%
BLUE value IS 48 (19.14% from 255) = 45.71%
R=50.48%
G=3.81%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.09
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5344800.920.090.79306.1285.9611.18
Hex3543005C94F13256b
Octal6546001341111746212613
Binary110101100110000010111001001100111110011001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350430; }

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

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

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

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

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

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

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

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