#350037

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

Shades of Mardi Gras #350037

Tints of Mardi Gras #350037

Color information

#350037 (or 0x350037) is unknown color: approx Mardi Gras. HEX triplet: 35, 00 and 37. RGB value is (53,0,55). Sum of RGB (Red+Green+Blue) = 53+0+55=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #350037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350037 is #CAFFC8. Grayscale: #151515. Windows color (decimal): -13303753 or 3604533. OLE color: 3604533.

HSL color Cylindrical-coordinate representation of color #350037: hue angle of 297.82º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #350037 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB53055-
CMYK0.04100.78
HSL297.82º100%10.78%-
HSV(B)297.82º100%21.57%-
XYZ2.161.033.7-
YUV22.12146.56150.03-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 50.93%
R=49.07%
G=0%
B=50.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal530550.04100.78297.8210010.78
Hex3503746404E12a64b
Octal650674144011645214413
Binary110101011011110011001000100111010010101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350037; }

 p { color: rgb(53,0,55); }

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

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

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

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

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

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

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