#37093C

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

Shades of Mardi Gras #37093C

Tints of Mardi Gras #37093C

Color information

#37093C (or 0x37093C) is unknown color: approx Mardi Gras. HEX triplet: 37, 09 and 3C. RGB value is (55,9,60). Sum of RGB (Red+Green+Blue) = 55+9+60=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 60 (23.83% from 255 or 48.39% from 124); Max value from RGB is 60 - color contains mainly: blue. Hex color #37093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37093C is #C8F6C3. Grayscale: #1C1C1C. Windows color (decimal): -13170372 or 3934519. OLE color: 3934519.

HSL color Cylindrical-coordinate representation of color #37093C: hue angle of 294.12º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37093C is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB55960-
CMYK0.080.8500.76
HSL294.12º73.91%13.53%-
HSV(B)294.12º85%23.53%-
XYZ2.491.334.4-
YUV28.57145.74146.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 9 (3.91% from 255) = 7.26%
BLUE value IS 60 (23.83% from 255) = 48.39%
R=44.35%
G=7.26%
B=48.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal559600.080.8500.76294.1273.9113.53
Hex3793C85504C1264ae
Octal67117410125011444611216
Binary1101111001111100100010101010100110010010011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37093C; }

 p { color: rgb(55,9,60); }

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

<style>
 a { background-color: #37093C; }

 a { background-color: rgb(55,9,60); }

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

<style>
 span { border-color: #37093C; }

 span { border-color: rgb(55,9,60); }

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