#350733

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

Shades of Mardi Gras #350733

Tints of Mardi Gras #350733

Color information

#350733 (or 0x350733) is unknown color: approx Mardi Gras. HEX triplet: 35, 07 and 33. RGB value is (53,7,51). Sum of RGB (Red+Green+Blue) = 53+7+51=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 7 (3.12% from 255 or 6.31% from 111); Blue value is 51 (20.31% from 255 or 45.95% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #350733 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350733 is #CAF8CC. Grayscale: #191919. Windows color (decimal): -13301965 or 3344181. OLE color: 3344181.

HSL color Cylindrical-coordinate representation of color #350733: hue angle of 302.61º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #350733 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.79.

Color convert

RGB53751-
CMYK00.870.040.79
HSL302.61º76.67%11.76%-
HSV(B)302.61º86.79%20.78%-
XYZ2.141.153.24-
YUV25.77142.24147.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 7 (3.12% from 255) = 6.31%
BLUE value IS 51 (20.31% from 255) = 45.95%
R=47.75%
G=6.31%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5375100.870.040.79302.6176.6711.76
Hex3573305744F12f4dc
Octal657630127411745711514
Binary11010111111001101010111100100111110010111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350733; }

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

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

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

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

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

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

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

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