#370031

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

Shades of Mardi Gras #370031

Tints of Mardi Gras #370031

Color information

#370031 (or 0x370031) is unknown color: approx Mardi Gras. HEX triplet: 37, 00 and 31. RGB value is (55,0,49). Sum of RGB (Red+Green+Blue) = 55+0+49=104 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.88% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 55 - color contains mainly: red. Hex color #370031 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370031 is #C8FFCE. Grayscale: #151515. Windows color (decimal): -13172687 or 3211319. OLE color: 3211319.

HSL color Cylindrical-coordinate representation of color #370031: hue angle of 306.55º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370031 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB55049-
CMYK010.110.78
HSL306.55º100%10.78%-
HSV(B)306.55º100%21.57%-
XYZ2.131.032.99-
YUV22.03143.22151.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 52.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 49 (19.53% from 255) = 47.12%
R=52.88%
G=0%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55049010.110.78306.5510010.78
Hex37031064B4E13364b
Octal6706101441311646314413
Binary1101110110001011001001011100111010011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370031; }

 p { color: rgb(55,0,49); }

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

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

 a { background-color: rgb(55,0,49); }

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

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

 span { border-color: rgb(55,0,49); }

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