#370231

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

Shades of Mardi Gras #370231

Tints of Mardi Gras #370231

Color information

#370231 (or 0x370231) is unknown color: approx Mardi Gras. HEX triplet: 37, 02 and 31. RGB value is (55,2,49). Sum of RGB (Red+Green+Blue) = 55+2+49=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #370231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370231 is #C8FDCE. Grayscale: #171717. Windows color (decimal): -13172175 or 3211831. OLE color: 3211831.

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

Color convert

RGB55249-
CMYK00.960.110.78
HSL306.79º92.98%11.18%-
HSV(B)306.79º96.36%21.57%-
XYZ2.151.083-
YUV23.2142.56150.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 2 (1.17% from 255) = 1.89%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=51.89%
G=1.89%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5524900.960.110.78306.7992.9811.18
Hex37231060B4E1335db
Octal6726101401311646313513
Binary11011110110001011000001011100111010011001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370231; }

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

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

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

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

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

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

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

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