#371538

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

Shades of Mardi Gras #371538

Tints of Mardi Gras #371538

Color information

#371538 (or 0x371538) is unknown color: approx Mardi Gras. HEX triplet: 37, 15 and 38. RGB value is (55,21,56). Sum of RGB (Red+Green+Blue) = 55+21+56=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 56 - color contains mainly: blue. Hex color #371538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371538 is #C8EAC7. Grayscale: #232323. Windows color (decimal): -13167304 or 3675447. OLE color: 3675447.

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

Color convert

RGB552156-
CMYK0.020.6300.78
HSL298.29º45.45%15.1%-
HSV(B)298.29º62.5%21.96%-
XYZ2.561.633.92-
YUV35.16139.76142.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 21 (8.59% from 255) = 15.91%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=41.67%
G=15.91%
B=42.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5521560.020.6300.78298.2945.4515.1
Hex37153823F04E12a2df
Octal67257027701164525517
Binary1101111010111100010111111010011101001010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371538; }

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

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

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

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

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

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

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

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