#370B39

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

Shades of Mardi Gras #370B39

Tints of Mardi Gras #370B39

Color information

#370B39 (or 0x370B39) is unknown color: approx Mardi Gras. HEX triplet: 37, 0B and 39. RGB value is (55,11,57). Sum of RGB (Red+Green+Blue) = 55+11+57=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #370B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B39 is #C8F4C6. Grayscale: #1D1D1D. Windows color (decimal): -13169863 or 3738423. OLE color: 3738423.

HSL color Cylindrical-coordinate representation of color #370B39: hue angle of 297.39º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #370B39 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB551157-
CMYK0.040.8100.78
HSL297.39º67.65%13.33%-
HSV(B)297.39º80.7%22.35%-
XYZ2.431.354-
YUV29.4143.58146.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.72%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=44.72%
G=8.94%
B=46.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5511570.040.8100.78297.3967.6513.33
Hex37B3945104E12944d
Octal6713714121011645110415
Binary110111101111100110010100010100111010010100110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370B39; }

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

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

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

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

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

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

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

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