#350136

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

Shades of Mardi Gras #350136

Tints of Mardi Gras #350136

Color information

#350136 (or 0x350136) is unknown color: approx Mardi Gras. HEX triplet: 35, 01 and 36. RGB value is (53,1,54). Sum of RGB (Red+Green+Blue) = 53+1+54=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #350136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350136 is #CAFEC9. Grayscale: #161616. Windows color (decimal): -13303498 or 3539253. OLE color: 3539253.

HSL color Cylindrical-coordinate representation of color #350136: hue angle of 298.87º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350136 is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB53154-
CMYK0.020.9800.79
HSL298.87º96.36%10.78%-
HSV(B)298.87º98.15%21.18%-
XYZ2.141.043.58-
YUV22.59145.73149.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 54 (21.48% from 255) = 50%
R=49.07%
G=0.93%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531540.020.9800.79298.8796.3610.78
Hex3513626204F12b60b
Octal651662142011745314013
Binary11010111101101011000100100111110010101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350136; }

 p { color: rgb(53,1,54); }

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

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

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

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

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

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

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