#371938

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

Shades of Mardi Gras #371938

Tints of Mardi Gras #371938

Color information

#371938 (or 0x371938) is unknown color: approx Mardi Gras. HEX triplet: 37, 19 and 38. RGB value is (55,25,56). Sum of RGB (Red+Green+Blue) = 55+25+56=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 56 - color contains mainly: blue. Hex color #371938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371938 is #C8E6C7. Grayscale: #252525. Windows color (decimal): -13166280 or 3676471. OLE color: 3676471.

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

Color convert

RGB552556-
CMYK0.020.5500.78
HSL298.06º38.27%15.88%-
HSV(B)298.06º55.36%21.96%-
XYZ2.641.793.95-
YUV37.5138.44140.48-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 25 (10.16% from 255) = 18.38%
BLUE value IS 56 (22.27% from 255) = 41.18%
R=40.44%
G=18.38%
B=41.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5525560.020.5500.78298.0638.2715.88
Hex37193823704E12a2610
Octal67317026701164524620
Binary11011111001111000101101110100111010010101010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371938; }

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

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

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

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

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

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

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

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