Html Css Color HEX #390C34 Mardi Gras

📋 copy color: '#390C34'

red 57 ◦ green 12 ◦ blue 52

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

Shades of Mardi Gras #390C34

Tints of Mardi Gras #390C34

RGB

 RED value IS 57 (22.66% from 255) = 47.11%

 GREEN value IS 12 (5.08% from 255) = 9.92%

 BLUE value IS 52 (20.7% from 255) = 42.98%

R = 47.11%
G = 9.92%
B = 42.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.09

 K value IS 0.78

RGB Variations

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

Color information

#390C34 (or 0x390C34) is known color: Mardi Gras. HEX triplet: 39, 0C and 34. RGB value is (57,12,52). Sum of RGB (Red+Green+Blue) = 57+12+52=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #390C34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C34 is #C6F3CB. Grayscale: #1D1D1D. Windows color (decimal): -13038540 or 3411001. OLE color: 3411001.

HSL color Cylindrical-coordinate representation of color #390C34: hue angle of 306.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 #390C34 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 12 52 -
CMYK 0 0.79 0.09 0.78
HSL 306.67º 0.65% 0.14% -
HSV(B) 306.67º 0.79% 0.22% -
XYZ 2.44 1.38 3.39 -
YUV 30.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 57 12 52 0 0.79 0.09 0.78 306.67 0.65 0.14
Hex 39 C 34 0 4F 9 4E 133 41 E
Octal 71 14 64 0 117 11 116 463 101 16
Binary 111001 1100 110100 0 1001111 1001 1001110 100110011 1000001 1110

Color Harmonies of #390C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C34

Black with #390C34

Text Example


Text Example

White with #390C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #390C34;
 }
 .AnyTagClassName
 {
   color: #390C34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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