#390B39

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

Shades of Mardi Gras #390B39

Tints of Mardi Gras #390B39

Color information

#390B39 (or 0x390B39) is unknown color: approx Mardi Gras. HEX triplet: 39, 0B and 39. RGB value is (57,11,57). Sum of RGB (Red+Green+Blue) = 57+11+57=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: red, blue. Hex color #390B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B39 is #C6F4C6. Grayscale: #1D1D1D. Windows color (decimal): -13038791 or 3738425. OLE color: 3738425.

HSL color Cylindrical-coordinate representation of color #390B39: hue angle of 300º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390B39 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB571157-
CMYK00.8100.78
HSL300º67.65%13.33%-
HSV(B)300º80.7%22.35%-
XYZ2.551.44.01-
YUV30143.24147.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=45.6%
G=8.8%
B=45.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57115700.8100.7830067.6513.33
Hex39B3905104E12c44d
Octal7113710121011645410415
Binary1110011011111001010100010100111010010110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,11,57); }

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

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

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

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

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

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

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