#370036

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

Shades of Mardi Gras #370036

Tints of Mardi Gras #370036

Color information

#370036 (or 0x370036) is unknown color: approx Mardi Gras. HEX triplet: 37, 00 and 36. RGB value is (55,0,54). Sum of RGB (Red+Green+Blue) = 55+0+54=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370036 is #C8FFC9. Grayscale: #161616. Windows color (decimal): -13172682 or 3538999. OLE color: 3538999.

HSL color Cylindrical-coordinate representation of color #370036: hue angle of 301.09º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370036 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.78.

Color convert

RGB55054-
CMYK010.020.78
HSL301.09º100%10.78%-
HSV(B)301.09º100%21.57%-
XYZ2.241.083.58-
YUV22.6145.72151.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=50.46%
G=0%
B=49.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55054010.020.78301.0910010.78
Hex3703606424E12d64b
Octal670660144211645514413
Binary11011101101100110010010100111010010110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370036; }

 p { color: rgb(55,0,54); }

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

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

 a { background-color: rgb(55,0,54); }

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

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

 span { border-color: rgb(55,0,54); }

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