#371C3D

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

Shades of Mardi Gras #371C3D

Tints of Mardi Gras #371C3D

Color information

#371C3D (or 0x371C3D) is unknown color: approx Mardi Gras. HEX triplet: 37, 1C and 3D. RGB value is (55,28,61). Sum of RGB (Red+Green+Blue) = 55+28+61=144 (19% of max value = 765). Red value is 55 (21.88% from 255 or 38.19% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #371C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371C3D is #C8E3C2. Grayscale: #272727. Windows color (decimal): -13165507 or 4004919. OLE color: 4004919.

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

Color convert

RGB552861-
CMYK0.100.5400.76
HSL289.09º37.08%17.45%-
HSV(B)289.09º54.1%23.92%-
XYZ2.831.984.65-
YUV39.84139.95138.82-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.19%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=38.19%
G=19.44%
B=42.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5528610.100.5400.76289.0937.0817.45
Hex371C3DA3604C1212511
Octal673475126601144414521
Binary1101111110011110110101101100100110010010000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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