#370538

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

Shades of Mardi Gras #370538

Tints of Mardi Gras #370538

Color information

#370538 (or 0x370538) is unknown color: approx Mardi Gras. HEX triplet: 37, 05 and 38. RGB value is (55,5,56). Sum of RGB (Red+Green+Blue) = 55+5+56=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 56 (22.27% from 255 or 48.28% from 116); Max value from RGB is 56 - color contains mainly: blue. Hex color #370538 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370538 is #C8FAC7. Grayscale: #191919. Windows color (decimal): -13171400 or 3671351. OLE color: 3671351.

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

Color convert

RGB55556-
CMYK0.020.9100.78
HSL298.82º83.61%11.96%-
HSV(B)298.82º91.07%21.96%-
XYZ2.341.213.85-
YUV25.76145.06148.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 47.41%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 56 (22.27% from 255) = 48.28%
R=47.41%
G=4.31%
B=48.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal555560.020.9100.78298.8283.6111.96
Hex3753825B04E12b54c
Octal675702133011645312414
Binary1101111011110001010110110100111010010101110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370538; }

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

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

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

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

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

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

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

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