#390E3B

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

Shades of Mardi Gras #390E3B

Tints of Mardi Gras #390E3B

Color information

#390E3B (or 0x390E3B) is unknown color: approx Mardi Gras. HEX triplet: 39, 0E and 3B. RGB value is (57,14,59). Sum of RGB (Red+Green+Blue) = 57+14+59=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 59 - color contains mainly: blue. Hex color #390E3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E3B is #C6F1C4. Grayscale: #1F1F1F. Windows color (decimal): -13038021 or 3870265. OLE color: 3870265.

HSL color Cylindrical-coordinate representation of color #390E3B: hue angle of 297.33º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #390E3B is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB571459-
CMYK0.030.7600.77
HSL297.33º61.64%14.31%-
HSV(B)297.33º76.27%23.14%-
XYZ2.631.54.29-
YUV31.99143.25145.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.85%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 59 (23.44% from 255) = 45.38%
R=43.85%
G=10.77%
B=45.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5714590.030.7600.77297.3361.6414.31
Hex39E3B34C04D1293ee
Octal711673311401154517616
Binary1110011110111011111001100010011011001010011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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