#370234

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

Shades of Mardi Gras #370234

Tints of Mardi Gras #370234

Color information

#370234 (or 0x370234) is unknown color: approx Mardi Gras. HEX triplet: 37, 02 and 34. RGB value is (55,2,52). Sum of RGB (Red+Green+Blue) = 55+2+52=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #370234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370234 is #C8FDCB. Grayscale: #171717. Windows color (decimal): -13172172 or 3408439. OLE color: 3408439.

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

Color convert

RGB55252-
CMYK00.960.050.78
HSL303.4º92.98%11.18%-
HSV(B)303.4º96.36%21.57%-
XYZ2.221.13.34-
YUV23.55144.06150.43-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 50.46%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 52 (20.70% from 255) = 47.71%
R=50.46%
G=1.83%
B=47.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5525200.960.050.78303.492.9811.18
Hex3723406054E12f5db
Octal672640140511645713513
Binary1101111011010001100000101100111010010111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370234; }

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

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

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

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

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

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

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

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