#371239

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

Shades of Mardi Gras #371239

Tints of Mardi Gras #371239

Color information

#371239 (or 0x371239) is unknown color: approx Mardi Gras. HEX triplet: 37, 12 and 39. RGB value is (55,18,57). Sum of RGB (Red+Green+Blue) = 55+18+57=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #371239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371239 is #C8EDC6. Grayscale: #212121. Windows color (decimal): -13168071 or 3740215. OLE color: 3740215.

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

Color convert

RGB551857-
CMYK0.040.6800.78
HSL296.92º52%14.71%-
HSV(B)296.92º68.42%22.35%-
XYZ2.531.544.03-
YUV33.51141.26143.33-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 57 (22.66% from 255) = 43.85%
R=42.31%
G=13.85%
B=43.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5518570.040.6800.78296.925214.71
Hex37123944404E12934f
Octal672271410401164516417
Binary110111100101110011001000100010011101001010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371239; }

 p { color: rgb(55,18,57); }

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

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

 a { background-color: rgb(55,18,57); }

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

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

 span { border-color: rgb(55,18,57); }

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