#390D3C

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

Shades of Mardi Gras #390D3C

Tints of Mardi Gras #390D3C

Color information

#390D3C (or 0x390D3C) is unknown color: approx Mardi Gras. HEX triplet: 39, 0D and 3C. RGB value is (57,13,60). Sum of RGB (Red+Green+Blue) = 57+13+60=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 60 (23.83% from 255 or 46.15% from 130); Max value from RGB is 60 - color contains mainly: blue. Hex color #390D3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D3C is #C6F2C3. Grayscale: #1F1F1F. Windows color (decimal): -13038276 or 3935545. OLE color: 3935545.

HSL color Cylindrical-coordinate representation of color #390D3C: hue angle of 296.17º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #390D3C is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB571360-
CMYK0.050.7800.76
HSL296.17º64.38%14.31%-
HSV(B)296.17º78.33%23.53%-
XYZ2.651.484.42-
YUV31.51144.08146.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 13 (5.47% from 255) = 10%
BLUE value IS 60 (23.83% from 255) = 46.15%
R=43.85%
G=10%
B=46.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5713600.050.7800.76296.1764.3814.31
Hex39D3C54E04C12840e
Octal7115745116011445010016
Binary111001110111110010110011100100110010010100010000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390D3C; }

 p { color: rgb(57,13,60); }

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

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

 a { background-color: rgb(57,13,60); }

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

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

 span { border-color: rgb(57,13,60); }

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