#370334

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

Shades of Mardi Gras #370334

Tints of Mardi Gras #370334

Color information

#370334 (or 0x370334) is unknown color: approx Mardi Gras. HEX triplet: 37, 03 and 34. RGB value is (55,3,52). Sum of RGB (Red+Green+Blue) = 55+3+52=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 52 (20.70% from 255 or 47.27% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #370334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370334 is #C8FCCB. Grayscale: #171717. Windows color (decimal): -13171916 or 3408695. OLE color: 3408695.

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

Color convert

RGB55352-
CMYK00.950.050.78
HSL303.46º89.66%11.37%-
HSV(B)303.46º94.55%21.57%-
XYZ2.231.133.35-
YUV24.13143.73150.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 52 (20.70% from 255) = 47.27%
R=50%
G=2.73%
B=47.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5535200.950.050.78303.4689.6611.37
Hex3733405F54E12f5ab
Octal673640137511645713213
Binary1101111111010001011111101100111010010111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370334; }

 p { color: rgb(55,3,52); }

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

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

 a { background-color: rgb(55,3,52); }

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

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

 span { border-color: rgb(55,3,52); }

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