#37213A

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

Shades of Mardi Gras #37213A

Tints of Mardi Gras #37213A

Color information

#37213A (or 0x37213A) is unknown color: approx Mardi Gras. HEX triplet: 37, 21 and 3A. RGB value is (55,33,58). Sum of RGB (Red+Green+Blue) = 55+33+58=146 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.67% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #37213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37213A is #C8DEC5. Grayscale: #2A2A2A. Windows color (decimal): -13164230 or 3809591. OLE color: 3809591.

HSL color Cylindrical-coordinate representation of color #37213A: hue angle of 292.8º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37213A is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB553358-
CMYK0.050.4300.77
HSL292.8º27.47%17.84%-
HSV(B)292.8º43.1%22.75%-
XYZ2.882.214.28-
YUV42.43136.79136.97-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.67%
GREEN value IS 33 (13.28% from 255) = 22.60%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=37.67%
G=22.60%
B=39.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5533580.050.4300.77292.827.4717.84
Hex37213A52B04D1251b12
Octal67417255301154453322
Binary110111100001111010101101011010011011001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37213A; }

 p { color: rgb(55,33,58); }

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

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

 a { background-color: rgb(55,33,58); }

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

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

 span { border-color: rgb(55,33,58); }

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