#350433

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

Shades of Mardi Gras #350433

Tints of Mardi Gras #350433

Color information

#350433 (or 0x350433) is unknown color: approx Mardi Gras. HEX triplet: 35, 04 and 33. RGB value is (53,4,51). Sum of RGB (Red+Green+Blue) = 53+4+51=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #350433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350433 is #CAFBCC. Grayscale: #171717. Windows color (decimal): -13302733 or 3343413. OLE color: 3343413.

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

Color convert

RGB53451-
CMYK00.920.040.79
HSL302.45º85.96%11.18%-
HSV(B)302.45º92.45%20.78%-
XYZ2.111.083.23-
YUV24.01143.23148.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 4 (1.95% from 255) = 3.70%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=49.07%
G=3.70%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5345100.920.040.79302.4585.9611.18
Hex3543305C44F12e56b
Octal654630134411745612613
Binary11010110011001101011100100100111110010111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350433; }

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

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

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

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

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

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

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

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