#390C3E

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

Shades of Mardi Gras #390C3E

Tints of Mardi Gras #390C3E

Color information

#390C3E (or 0x390C3E) is unknown color: approx Mardi Gras. HEX triplet: 39, 0C and 3E. RGB value is (57,12,62). Sum of RGB (Red+Green+Blue) = 57+12+62=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #390C3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C3E is #C6F3C1. Grayscale: #1F1F1F. Windows color (decimal): -13038530 or 4066361. OLE color: 4066361.

HSL color Cylindrical-coordinate representation of color #390C3E: hue angle of 294º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #390C3E is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB571262-
CMYK0.080.8100.76
HSL294º67.57%14.51%-
HSV(B)294º80.65%24.31%-
XYZ2.691.484.7-
YUV31.16145.41146.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 12 (5.08% from 255) = 9.16%
BLUE value IS 62 (24.61% from 255) = 47.33%
R=43.51%
G=9.16%
B=47.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5712620.080.8100.7629467.5714.51
Hex39C3E85104C12644f
Octal71147610121011444610417
Binary1110011100111110100010100010100110010010011010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,12,62); }

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

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

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

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

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

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

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