#370F3B

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

Shades of Mardi Gras #370F3B

Tints of Mardi Gras #370F3B

Color information

#370F3B (or 0x370F3B) is unknown color: approx Mardi Gras. HEX triplet: 37, 0F and 3B. RGB value is (55,15,59). Sum of RGB (Red+Green+Blue) = 55+15+59=129 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.64% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #370F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370F3B is #C8F0C4. Grayscale: #1F1F1F. Windows color (decimal): -13168837 or 3870519. OLE color: 3870519.

HSL color Cylindrical-coordinate representation of color #370F3B: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #370F3B is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB551559-
CMYK0.070.7500.77
HSL294.55º59.46%14.51%-
HSV(B)294.55º74.58%23.14%-
XYZ2.541.474.29-
YUV31.98143.25144.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.64%
GREEN value IS 15 (6.25% from 255) = 11.63%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=42.64%
G=11.63%
B=45.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5515590.070.7500.77294.5559.4614.51
Hex37F3B74B04D1273bf
Octal671773711301154477317
Binary11011111111110111111001011010011011001001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,15,59); }

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

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

 a { background-color: rgb(55,15,59); }

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

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

 span { border-color: rgb(55,15,59); }

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