#37193A

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

Shades of Mardi Gras #37193A

Tints of Mardi Gras #37193A

Color information

#37193A (or 0x37193A) is unknown color: approx Mardi Gras. HEX triplet: 37, 19 and 3A. RGB value is (55,25,58). Sum of RGB (Red+Green+Blue) = 55+25+58=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 25 (10.16% from 255 or 18.12% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 58 - color contains mainly: blue. Hex color #37193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37193A is #C8E6C5. Grayscale: #252525. Windows color (decimal): -13166278 or 3807543. OLE color: 3807543.

HSL color Cylindrical-coordinate representation of color #37193A: hue angle of 294.55º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37193A is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB552558-
CMYK0.050.5700.77
HSL294.55º39.76%16.27%-
HSV(B)294.55º56.9%22.75%-
XYZ2.691.814.21-
YUV37.73139.44140.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.86%
GREEN value IS 25 (10.16% from 255) = 18.12%
BLUE value IS 58 (23.05% from 255) = 42.03%
R=39.86%
G=18.12%
B=42.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5525580.050.5700.77294.5539.7616.27
Hex37193A53904D1272810
Octal67317257101154475020
Binary110111110011110101011110010100110110010011110100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37193A; }

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

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

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

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

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

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

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

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