#351138

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

Shades of Mardi Gras #351138

Tints of Mardi Gras #351138

Color information

#351138 (or 0x351138) is unknown color: approx Mardi Gras. HEX triplet: 35, 11 and 38. RGB value is (53,17,56). Sum of RGB (Red+Green+Blue) = 53+17+56=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #351138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351138 is #CAEEC7. Grayscale: #202020. Windows color (decimal): -13299400 or 3674421. OLE color: 3674421.

HSL color Cylindrical-coordinate representation of color #351138: hue angle of 295.38º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #351138 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB531756-
CMYK0.050.7000.78
HSL295.38º53.42%14.31%-
HSV(B)295.38º69.64%21.96%-
XYZ2.381.443.89-
YUV32.21141.43142.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.06%
GREEN value IS 17 (7.03% from 255) = 13.49%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=42.06%
G=13.49%
B=44.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5317560.050.7000.78295.3853.4214.31
Hex35113854604E12735e
Octal652170510601164476516
Binary110101100011110001011000110010011101001001111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351138; }

 p { color: rgb(53,17,56); }

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

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

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

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

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

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

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