#390F3B

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

Shades of Mardi Gras #390F3B

Tints of Mardi Gras #390F3B

Color information

#390F3B (or 0x390F3B) is unknown color: approx Mardi Gras. HEX triplet: 39, 0F and 3B. RGB value is (57,15,59). Sum of RGB (Red+Green+Blue) = 57+15+59=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 15 (6.25% from 255 or 11.45% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #390F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F3B is #C6F0C4. Grayscale: #202020. Windows color (decimal): -13037765 or 3870521. OLE color: 3870521.

HSL color Cylindrical-coordinate representation of color #390F3B: hue angle of 297.27º 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 #390F3B is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB571559-
CMYK0.030.7500.77
HSL297.27º59.46%14.51%-
HSV(B)297.27º74.58%23.14%-
XYZ2.651.534.29-
YUV32.57142.91145.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 15 (6.25% from 255) = 11.45%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=43.51%
G=11.45%
B=45.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5715590.030.7500.77297.2759.4614.51
Hex39F3B34B04D1293bf
Octal711773311301154517317
Binary1110011111111011111001011010011011001010011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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