#371A3D

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

Shades of Mardi Gras #371A3D

Tints of Mardi Gras #371A3D

Color information

#371A3D (or 0x371A3D) is unknown color: approx Mardi Gras. HEX triplet: 37, 1A and 3D. RGB value is (55,26,61). Sum of RGB (Red+Green+Blue) = 55+26+61=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #371A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371A3D is #C8E5C2. Grayscale: #262626. Windows color (decimal): -13166019 or 4004407. OLE color: 4004407.

HSL color Cylindrical-coordinate representation of color #371A3D: hue angle of 289.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #371A3D is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB552661-
CMYK0.100.5700.76
HSL289.71º40.23%17.06%-
HSV(B)289.71º57.38%23.92%-
XYZ2.791.894.63-
YUV38.66140.61139.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.73%
GREEN value IS 26 (10.55% from 255) = 18.31%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=38.73%
G=18.31%
B=42.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5526610.100.5700.76289.7140.2317.06
Hex371A3DA3904C1222811
Octal673275127101144425021
Binary1101111101011110110101110010100110010010001010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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