#350D35

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

Shades of Mardi Gras #350D35

Tints of Mardi Gras #350D35

Color information

#350D35 (or 0x350D35) is unknown color: approx Mardi Gras. HEX triplet: 35, 0D and 35. RGB value is (53,13,53). Sum of RGB (Red+Green+Blue) = 53+13+53=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 13 (5.47% from 255 or 10.92% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: red, blue. Hex color #350D35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350D35 is #CAF2CA. Grayscale: #1D1D1D. Windows color (decimal): -13300427 or 3476789. OLE color: 3476789.

HSL color Cylindrical-coordinate representation of color #350D35: hue angle of 300º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #350D35 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB531353-
CMYK00.7500.79
HSL300º60.61%12.94%-
HSV(B)300º75.47%20.78%-
XYZ2.251.33.5-
YUV29.52141.25144.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.54%
GREEN value IS 13 (5.47% from 255) = 10.92%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=44.54%
G=10.92%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53135300.7500.7930060.6112.94
Hex35D3504B04F12c3dd
Octal651565011301174547515
Binary110101110111010101001011010011111001011001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350D35; }

 p { color: rgb(53,13,53); }

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

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

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

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

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

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

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