#370239

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

Shades of Mardi Gras #370239

Tints of Mardi Gras #370239

Color information

#370239 (or 0x370239) is unknown color: approx Mardi Gras. HEX triplet: 37, 02 and 39. RGB value is (55,2,57). Sum of RGB (Red+Green+Blue) = 55+2+57=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 57 (22.66% from 255 or 50% from 114); Max value from RGB is 57 - color contains mainly: blue. Hex color #370239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370239 is #C8FDC6. Grayscale: #171717. Windows color (decimal): -13172167 or 3736119. OLE color: 3736119.

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

Color convert

RGB55257-
CMYK0.040.9600.78
HSL297.82º93.22%11.57%-
HSV(B)297.82º96.49%22.35%-
XYZ2.341.153.97-
YUV24.12146.56150.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 57 (22.66% from 255) = 50%
R=48.25%
G=1.75%
B=50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552570.040.9600.78297.8293.2211.57
Hex3723946004E12a5dc
Octal672714140011645213514
Binary1101111011100110011000000100111010010101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370239; }

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

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

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

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

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

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

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

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