Html Css Color HEX #390E35 Mardi Gras

📋 copy color: '#390E35'

red 57 ◦ green 14 ◦ blue 53

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

Shades of Mardi Gras #390E35

Tints of Mardi Gras #390E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.29%

 BLUE value IS 53 (21.09% from 255) = 42.74%

R = 45.97%
G = 11.29%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.78

RGB Variations

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

Color information

#390E35 (or 0x390E35) is known color: Mardi Gras. HEX triplet: 39, 0E and 35. RGB value is (57,14,53). Sum of RGB (Red+Green+Blue) = 57+14+53=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 14 (5.86% from 255 or 11.29% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #390E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390E35 is #C6F1CA. Grayscale: #1F1F1F. Windows color (decimal): -13038027 or 3477049. OLE color: 3477049.

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

Color convert

RGB 57 14 53 -
CMYK 0 0.75 0.07 0.78
HSL 305.58º 0.61% 0.14% -
HSV(B) 305.58º 0.75% 0.22% -
XYZ 2.49 1.44 3.52 -
YUV 31.3 140.25 146.33 -
System Red Green Blue C M Y K H S L
Decimal 57 14 53 0 0.75 0.07 0.78 305.58 0.61 0.14
Hex 39 E 35 0 4B 7 4E 132 3D E
Octal 71 16 65 0 113 7 116 462 75 16
Binary 111001 1110 110101 0 1001011 111 1001110 100110010 111101 1110

Color Harmonies of #390E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390E35

Black with #390E35

Text Example


Text Example

White with #390E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,14,53); }

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

background-color css

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

 a { background-color: rgb(57,14,53); }

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

border-color css

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

 span { border-color: rgb(57,14,53); }

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