#390C37

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

Shades of Mardi Gras #390C37

Tints of Mardi Gras #390C37

Color information

#390C37 (or 0x390C37) is unknown color: approx Mardi Gras. HEX triplet: 39, 0C and 37. RGB value is (57,12,55). Sum of RGB (Red+Green+Blue) = 57+12+55=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 55 (21.88% from 255 or 44.35% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #390C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C37 is #C6F3C8. Grayscale: #1E1E1E. Windows color (decimal): -13038537 or 3607609. OLE color: 3607609.

HSL color Cylindrical-coordinate representation of color #390C37: hue angle of 302.67º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #390C37 is Cyan = 0, Magento = 0.79, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB571255-
CMYK00.790.040.78
HSL302.67º65.22%13.53%-
HSV(B)302.67º78.95%22.35%-
XYZ2.511.413.75-
YUV30.36141.91147-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 12 (5.08% from 255) = 9.68%
BLUE value IS 55 (21.88% from 255) = 44.35%
R=45.97%
G=9.68%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57125500.790.040.78302.6765.2213.53
Hex39C3704F44E12f41e
Octal7114670117411645710116
Binary111001110011011101001111100100111010010111110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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