#390D3B

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

Shades of Mardi Gras #390D3B

Tints of Mardi Gras #390D3B

Color information

#390D3B (or 0x390D3B) is unknown color: approx Mardi Gras. HEX triplet: 39, 0D and 3B. RGB value is (57,13,59). Sum of RGB (Red+Green+Blue) = 57+13+59=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 59 (23.44% from 255 or 45.74% from 129); Max value from RGB is 59 - color contains mainly: blue. Hex color #390D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390D3B is #C6F2C4. Grayscale: #1F1F1F. Windows color (decimal): -13038277 or 3870009. OLE color: 3870009.

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

Color convert

RGB571359-
CMYK0.030.7800.77
HSL297.39º63.89%14.12%-
HSV(B)297.39º77.97%23.14%-
XYZ2.621.474.28-
YUV31.4143.58146.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 13 (5.47% from 255) = 10.08%
BLUE value IS 59 (23.44% from 255) = 45.74%
R=44.19%
G=10.08%
B=45.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5713590.030.7800.77297.3963.8914.12
Hex39D3B34E04D12940e
Octal7115733116011545110016
Binary11100111011110111110011100100110110010100110000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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