#350431

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

Shades of Mardi Gras #350431

Tints of Mardi Gras #350431

Color information

#350431 (or 0x350431) is unknown color: approx Mardi Gras. HEX triplet: 35, 04 and 31. RGB value is (53,4,49). Sum of RGB (Red+Green+Blue) = 53+4+49=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #350431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350431 is #CAFBCE. Grayscale: #171717. Windows color (decimal): -13302735 or 3212341. OLE color: 3212341.

HSL color Cylindrical-coordinate representation of color #350431: hue angle of 304.9º 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 #350431 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.79.

Color convert

RGB53449-
CMYK00.920.080.79
HSL304.9º85.96%11.18%-
HSV(B)304.9º92.45%20.78%-
XYZ2.071.073-
YUV23.78142.23148.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=50%
G=3.77%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.08
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5344900.920.080.79304.985.9611.18
Hex3543105C84F13156b
Octal6546101341011746112613
Binary110101100110001010111001000100111110011000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350431; }

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

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

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

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

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

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

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

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