#37203A

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

Shades of Mardi Gras #37203A

Tints of Mardi Gras #37203A

Color information

#37203A (or 0x37203A) is unknown color: approx Mardi Gras. HEX triplet: 37, 20 and 3A. RGB value is (55,32,58). Sum of RGB (Red+Green+Blue) = 55+32+58=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #37203A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37203A is #C8DFC5. Grayscale: #292929. Windows color (decimal): -13164486 or 3809335. OLE color: 3809335.

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

Color convert

RGB553258-
CMYK0.050.4500.77
HSL293.08º28.89%17.65%-
HSV(B)293.08º44.83%22.75%-
XYZ2.862.154.27-
YUV41.84137.12137.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 58 (23.05% from 255) = 40%
R=37.93%
G=22.07%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5532580.050.4500.77293.0828.8917.65
Hex37203A52D04D1251d12
Octal67407255501154453522
Binary110111100000111010101101101010011011001001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37203A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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