#351939

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

Shades of Mardi Gras #351939

Tints of Mardi Gras #351939

Color information

#351939 (or 0x351939) is unknown color: approx Mardi Gras. HEX triplet: 35, 19 and 39. RGB value is (53,25,57). Sum of RGB (Red+Green+Blue) = 53+25+57=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #351939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351939 is #CAE6C6. Grayscale: #242424. Windows color (decimal): -13297351 or 3742005. OLE color: 3742005.

HSL color Cylindrical-coordinate representation of color #351939: hue angle of 292.5º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #351939 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB532557-
CMYK0.070.5600.78
HSL292.5º39.02%16.08%-
HSV(B)292.5º56.14%22.35%-
XYZ2.551.754.07-
YUV37.02139.28139.4-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 25 (10.16% from 255) = 18.52%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=39.26%
G=18.52%
B=42.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5325570.070.5600.78292.539.0216.08
Hex35193973804E1242710
Octal65317177001164444720
Binary110101110011110011111110000100111010010010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351939; }

 p { color: rgb(53,25,57); }

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

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

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

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

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

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

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