#371038

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

Shades of Mardi Gras #371038

Tints of Mardi Gras #371038

Color information

#371038 (or 0x371038) is unknown color: approx Mardi Gras. HEX triplet: 37, 10 and 38. RGB value is (55,16,56). Sum of RGB (Red+Green+Blue) = 55+16+56=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 56 (22.27% from 255 or 44.09% from 127); Max value from RGB is 56 - color contains mainly: blue. Hex color #371038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371038 is #C8EFC7. Grayscale: #202020. Windows color (decimal): -13168584 or 3674167. OLE color: 3674167.

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

Color convert

RGB551656-
CMYK0.020.7100.78
HSL298.5º55.56%14.12%-
HSV(B)298.5º71.43%21.96%-
XYZ2.471.473.89-
YUV32.22141.42144.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 43.31%
GREEN value IS 16 (6.64% from 255) = 12.60%
BLUE value IS 56 (22.27% from 255) = 44.09%
R=43.31%
G=12.60%
B=44.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5516560.020.7100.78298.555.5614.12
Hex37103824704E12a38e
Octal672070210701164527016
Binary11011110000111000101000111010011101001010101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371038; }

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

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

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

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

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

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

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

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