#371138

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

Shades of Mardi Gras #371138

Tints of Mardi Gras #371138

Color information

#371138 (or 0x371138) is unknown color: approx Mardi Gras. HEX triplet: 37, 11 and 38. RGB value is (55,17,56). Sum of RGB (Red+Green+Blue) = 55+17+56=128 (16% of max value = 765). Red value is 55 (21.88% from 255 or 42.97% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 56 - color contains mainly: blue. Hex color #371138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371138 is #C8EEC7. Grayscale: #202020. Windows color (decimal): -13168328 or 3674423. OLE color: 3674423.

HSL color Cylindrical-coordinate representation of color #371138: hue angle of 298.46º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #371138 is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB551756-
CMYK0.020.7000.78
HSL298.46º53.42%14.31%-
HSV(B)298.46º69.64%21.96%-
XYZ2.491.53.9-
YUV32.81141.09143.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.97%
GREEN value IS 17 (7.03% from 255) = 13.28%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=42.97%
G=13.28%
B=43.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5517560.020.7000.78298.4653.4214.31
Hex37113824604E12a35e
Octal672170210601164526516
Binary11011110001111000101000110010011101001010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371138; }

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

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

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

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

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

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

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

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