#371935

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

Shades of Mardi Gras #371935

Tints of Mardi Gras #371935

Color information

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

HSL color Cylindrical-coordinate representation of color #371935: hue angle of 304º 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 #371935 is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB552553-
CMYK00.550.040.78
HSL304º37.5%15.69%-
HSV(B)304º54.55%21.57%-
XYZ2.571.763.57-
YUV37.16136.94140.72-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55255300.550.040.7830437.515.69
Hex37193503744E1302610
Octal67316506741164604620
Binary110111110011101010110111100100111010011000010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371935; }

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

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

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

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

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

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

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

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