#371F38

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

Shades of Mardi Gras #371F38

Tints of Mardi Gras #371F38

Color information

#371F38 (or 0x371F38) is unknown color: approx Mardi Gras. HEX triplet: 37, 1F and 38. RGB value is (55,31,56). Sum of RGB (Red+Green+Blue) = 55+31+56=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 56 - color contains mainly: blue. Hex color #371F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371F38 is #C8E0C7. Grayscale: #282828. Windows color (decimal): -13164744 or 3678007. OLE color: 3678007.

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

Color convert

RGB553156-
CMYK0.020.4500.78
HSL297.6º28.74%17.06%-
HSV(B)297.6º44.64%21.96%-
XYZ2.782.084-
YUV41.03136.45137.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 56 (22.27% from 255) = 39.44%
R=38.73%
G=21.83%
B=39.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5531560.020.4500.78297.628.7417.06
Hex371F3822D04E12a1d11
Octal67377025501164523521
Binary1101111111111100010101101010011101001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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