#351937

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

Shades of Mardi Gras #351937

Tints of Mardi Gras #351937

Color information

#351937 (or 0x351937) is unknown color: approx Mardi Gras. HEX triplet: 35, 19 and 37. RGB value is (53,25,55). Sum of RGB (Red+Green+Blue) = 53+25+55=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 55 - color contains mainly: blue. Hex color #351937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351937 is #CAE6C8. Grayscale: #242424. Windows color (decimal): -13297353 or 3610933. OLE color: 3610933.

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

Color convert

RGB532555-
CMYK0.040.5500.78
HSL296º37.5%15.69%-
HSV(B)296º54.55%21.57%-
XYZ2.511.733.82-
YUV36.79138.28139.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=39.85%
G=18.80%
B=41.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5325550.040.5500.7829637.515.69
Hex35193743704E1282610
Octal65316746701164504620
Binary110101110011101111001101110100111010010100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351937; }

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

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

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

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

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

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

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

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