#371B3D

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

Shades of Mardi Gras #371B3D

Tints of Mardi Gras #371B3D

Color information

#371B3D (or 0x371B3D) is unknown color: approx Mardi Gras. HEX triplet: 37, 1B and 3D. RGB value is (55,27,61). Sum of RGB (Red+Green+Blue) = 55+27+61=143 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.46% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #371B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #371B3D is #C8E4C2. Grayscale: #272727. Windows color (decimal): -13165763 or 4004663. OLE color: 4004663.

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

Color convert

RGB552761-
CMYK0.100.5600.76
HSL289.41º38.64%17.25%-
HSV(B)289.41º55.74%23.92%-
XYZ2.811.934.64-
YUV39.25140.28139.24-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 38.46%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=38.46%
G=18.88%
B=42.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5527610.100.5600.76289.4138.6417.25
Hex371B3DA3804C1212711
Octal673375127001144414721
Binary1101111101111110110101110000100110010010000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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