#390F3F

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

Shades of Mardi Gras #390F3F

Tints of Mardi Gras #390F3F

Color information

#390F3F (or 0x390F3F) is unknown color: approx Mardi Gras. HEX triplet: 39, 0F and 3F. RGB value is (57,15,63). Sum of RGB (Red+Green+Blue) = 57+15+63=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 63 (25% from 255 or 46.67% from 135); Max value from RGB is 63 - color contains mainly: blue. Hex color #390F3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F3F is #C6F0C0. Grayscale: #202020. Windows color (decimal): -13037761 or 4132665. OLE color: 4132665.

HSL color Cylindrical-coordinate representation of color #390F3F: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #390F3F is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB571563-
CMYK0.100.7600.75
HSL292.5º61.54%15.29%-
HSV(B)292.5º76.19%24.71%-
XYZ2.761.574.86-
YUV33.03144.91145.1-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.22%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 63 (25% from 255) = 46.67%
R=42.22%
G=11.11%
B=46.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5715630.100.7600.75292.561.5415.29
Hex39F3FA4C04B1243ef
Octal7117771211401134447617
Binary111001111111111110101001100010010111001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,15,63); }

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

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

 a { background-color: rgb(57,15,63); }

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

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

 span { border-color: rgb(57,15,63); }

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