Html Css Color HEX #390C3D Mardi Gras

📋 copy color: '#390C3D'

red 57 ◦ green 12 ◦ blue 61

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

Shades of Mardi Gras #390C3D

Tints of Mardi Gras #390C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 46.92%

R = 43.85%
G = 9.23%
B = 46.92%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#390C3D (or 0x390C3D) is known color: Mardi Gras. HEX triplet: 39, 0C and 3D. RGB value is (57,12,61). Sum of RGB (Red+Green+Blue) = 57+12+61=130 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.85% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 61 - color contains mainly: blue. Hex color #390C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390C3D is #C6F3C2. Grayscale: #1E1E1E. Windows color (decimal): -13038531 or 4000825. OLE color: 4000825.

HSL color Cylindrical-coordinate representation of color #390C3D: hue angle of 295.1º 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 #390C3D is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 57 12 61 -
CMYK 0.07 0.80 0 0.76
HSL 295.1º 0.67% 0.14% -
HSV(B) 295.1º 0.8% 0.24% -
XYZ 2.66 1.47 4.56 -
YUV 31.04 144.91 146.52 -
System Red Green Blue C M Y K H S L
Decimal 57 12 61 0.07 0.80 0 0.76 295.1 0.67 0.14
Hex 39 C 3D 7 50 0 4C 127 43 E
Octal 71 14 75 7 120 0 114 447 103 16
Binary 111001 1100 111101 111 1010000 0 1001100 100100111 1000011 1110

Color Harmonies of #390C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390C3D

Black with #390C3D

Text Example


Text Example

White with #390C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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