#371932

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

Shades of Mardi Gras #371932

Tints of Mardi Gras #371932

Color information

#371932 (or 0x371932) is unknown color: approx Mardi Gras. HEX triplet: 37, 19 and 32. RGB value is (55,25,50). Sum of RGB (Red+Green+Blue) = 55+25+50=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #371932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371932 is #C8E6CD. Grayscale: #242424. Windows color (decimal): -13166286 or 3283255. OLE color: 3283255.

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

Color convert

RGB552550-
CMYK00.550.090.78
HSL310º37.5%15.69%-
HSV(B)310º54.55%21.57%-
XYZ2.51.743.22-
YUV36.82135.44140.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 25 (10.16% from 255) = 19.23%
BLUE value IS 50 (19.92% from 255) = 38.46%
R=42.31%
G=19.23%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55255000.550.090.7831037.515.69
Hex37193203794E1362610
Octal673162067111164664620
Binary1101111100111001001101111001100111010011011010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371932; }

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

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

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

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

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

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

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

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