Html Css Color HEX #390C37 Mardi Gras

📋 copy color: '#390C37'

red 57 ◦ green 12 ◦ blue 55

#390C37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #390C37

Tints of Mardi Gras #390C37

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 value IS 0

 M value IS 0.79

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#390C37 (or 0x390C37) is known color: 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

RGB 57 12 55 -
CMYK 0 0.79 0.04 0.78
HSL 302.67º 0.65% 0.14% -
HSV(B) 302.67º 0.79% 0.22% -
XYZ 2.51 1.41 3.75 -
YUV 30.36 141.91 147 -
System Red Green Blue C M Y K H S L
Decimal 57 12 55 0 0.79 0.04 0.78 302.67 0.65 0.14
Hex 39 C 37 0 4F 4 4E 12F 41 E
Octal 71 14 67 0 117 4 116 457 101 16
Binary 111001 1100 110111 0 1001111 100 1001110 100101111 1000001 1110

Color Harmonies of #390C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C37

Black with #390C37

Text Example


Text Example

White with #390C37

Text Example


Text Example

HTML Codes & Css Web 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>