#371E38

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

Shades of Mardi Gras #371E38

Tints of Mardi Gras #371E38

Color information

#371E38 (or 0x371E38) is unknown color: approx Mardi Gras. HEX triplet: 37, 1E and 38. RGB value is (55,30,56). Sum of RGB (Red+Green+Blue) = 55+30+56=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 56 - color contains mainly: blue. Hex color #371E38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371E38 is #C8E1C7. Grayscale: #282828. Windows color (decimal): -13165000 or 3677751. OLE color: 3677751.

HSL color Cylindrical-coordinate representation of color #371E38: hue angle of 297.69º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #371E38 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB553056-
CMYK0.020.4600.78
HSL297.69º30.23%16.86%-
HSV(B)297.69º46.43%21.96%-
XYZ2.752.033.99-
YUV40.44136.78138.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.01%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 56 (22.27% from 255) = 39.72%
R=39.01%
G=21.28%
B=39.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5530560.020.4600.78297.6930.2316.86
Hex371E3822E04E12a1e11
Octal67367025601164523621
Binary1101111111011100010101110010011101001010101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371E38; }

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

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

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

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

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

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

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

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