#371A3B

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

Shades of Mardi Gras #371A3B

Tints of Mardi Gras #371A3B

Color information

#371A3B (or 0x371A3B) is unknown color: approx Mardi Gras. HEX triplet: 37, 1A and 3B. RGB value is (55,26,59). Sum of RGB (Red+Green+Blue) = 55+26+59=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 59 (23.44% from 255 or 42.14% from 140); Max value from RGB is 59 - color contains mainly: blue. Hex color #371A3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A3B is #C8E5C4. Grayscale: #262626. Windows color (decimal): -13166021 or 3873335. OLE color: 3873335.

HSL color Cylindrical-coordinate representation of color #371A3B: hue angle of 292.73º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #371A3B is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB552659-
CMYK0.070.5600.77
HSL292.73º38.82%16.67%-
HSV(B)292.73º55.93%23.14%-
XYZ2.731.874.35-
YUV38.43139.61139.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 39.29%
GREEN value IS 26 (10.55% from 255) = 18.57%
BLUE value IS 59 (23.44% from 255) = 42.14%
R=39.29%
G=18.57%
B=42.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5526590.070.5600.77292.7338.8216.67
Hex371A3B73804D1252711
Octal67327377001154454721
Binary110111110101110111111110000100110110010010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371A3B; }

 p { color: rgb(55,26,59); }

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

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

 a { background-color: rgb(55,26,59); }

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

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

 span { border-color: rgb(55,26,59); }

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