#390B3A

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

Shades of Mardi Gras #390B3A

Tints of Mardi Gras #390B3A

Color information

#390B3A (or 0x390B3A) is unknown color: approx Mardi Gras. HEX triplet: 39, 0B and 3A. RGB value is (57,11,58). Sum of RGB (Red+Green+Blue) = 57+11+58=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 58 - color contains mainly: blue. Hex color #390B3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390B3A is #C6F4C5. Grayscale: #1D1D1D. Windows color (decimal): -13038790 or 3803961. OLE color: 3803961.

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

Color convert

RGB571158-
CMYK0.020.8100.77
HSL298.72º68.12%13.53%-
HSV(B)298.72º81.03%22.75%-
XYZ2.571.414.14-
YUV30.11143.74147.18-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 11 (4.69% from 255) = 8.73%
BLUE value IS 58 (23.05% from 255) = 46.03%
R=45.24%
G=8.73%
B=46.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5711580.020.8100.77298.7268.1213.53
Hex39B3A25104D12b44e
Octal7113722121011545310416
Binary11100110111110101010100010100110110010101110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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