#370D38

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

Shades of Mardi Gras #370D38

Tints of Mardi Gras #370D38

Color information

#370D38 (or 0x370D38) is unknown color: approx Mardi Gras. HEX triplet: 37, 0D and 38. RGB value is (55,13,56). Sum of RGB (Red+Green+Blue) = 55+13+56=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 56 (22.27% from 255 or 45.16% from 124); Max value from RGB is 56 - color contains mainly: blue. Hex color #370D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D38 is #C8F2C7. Grayscale: #1E1E1E. Windows color (decimal): -13169352 or 3673399. OLE color: 3673399.

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

Color convert

RGB551356-
CMYK0.020.7700.78
HSL298.6º62.32%13.53%-
HSV(B)298.6º76.79%21.96%-
XYZ2.431.393.88-
YUV30.46142.41145.5-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 44.35%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 56 (22.27% from 255) = 45.16%
R=44.35%
G=10.48%
B=45.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5513560.020.7700.78298.662.3213.53
Hex37D3824D04E12b3ee
Octal671570211501164537616
Binary1101111101111000101001101010011101001010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,13,56); }

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

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

 a { background-color: rgb(55,13,56); }

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

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

 span { border-color: rgb(55,13,56); }

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