#390C3C

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

Shades of Mardi Gras #390C3C

Tints of Mardi Gras #390C3C

Color information

#390C3C (or 0x390C3C) is unknown color: approx Mardi Gras. HEX triplet: 39, 0C and 3C. RGB value is (57,12,60). Sum of RGB (Red+Green+Blue) = 57+12+60=129 (17% of max value = 765). Red value is 57 (22.66% from 255 or 44.19% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 60 (23.83% from 255 or 46.51% from 129); Max value from RGB is 60 - color contains mainly: blue. Hex color #390C3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C3C is #C6F3C3. Grayscale: #1E1E1E. Windows color (decimal): -13038532 or 3935289. OLE color: 3935289.

HSL color Cylindrical-coordinate representation of color #390C3C: hue angle of 296.25º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #390C3C is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB571260-
CMYK0.050.8000.76
HSL296.25º66.67%14.12%-
HSV(B)296.25º80%23.53%-
XYZ2.631.464.42-
YUV30.93144.41146.6-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 44.19%
GREEN value IS 12 (5.08% from 255) = 9.30%
BLUE value IS 60 (23.83% from 255) = 46.51%
R=44.19%
G=9.30%
B=46.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5712600.050.8000.76296.2566.6714.12
Hex39C3C55004C12843e
Octal7114745120011445010316
Binary111001110011110010110100000100110010010100010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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