Html Css Color HEX #390231 Mardi Gras

📋 copy color: '#390231'

red 57 ◦ green 2 ◦ blue 49

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

Shades of Mardi Gras #390231

Tints of Mardi Gras #390231

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.85%

 BLUE value IS 49 (19.53% from 255) = 45.37%

R = 52.78%
G = 1.85%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#390231 (or 0x390231) is known color: Mardi Gras. HEX triplet: 39, 02 and 31. RGB value is (57,2,49). Sum of RGB (Red+Green+Blue) = 57+2+49=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 2 (1.17% from 255 or 1.85% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #390231 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390231 is #C6FDCE. Grayscale: #171717. Windows color (decimal): -13041103 or 3211833. OLE color: 3211833.

HSL color Cylindrical-coordinate representation of color #390231: hue angle of 308.73º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390231 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 2 49 -
CMYK 0 0.96 0.14 0.78
HSL 308.73º 0.93% 0.12% -
HSV(B) 308.73º 0.96% 0.22% -
XYZ 2.26 1.14 3.01 -
YUV 23.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 57 2 49 0 0.96 0.14 0.78 308.73 0.93 0.12
Hex 39 2 31 0 60 E 4E 135 5D C
Octal 71 2 61 0 140 16 116 465 135 14
Binary 111001 10 110001 0 1100000 1110 1001110 100110101 1011101 1100

Color Harmonies of #390231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390231

Black with #390231

Text Example


Text Example

White with #390231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390231; }

 p { color: rgb(57,2,49); }

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

background-color css

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

 a { background-color: rgb(57,2,49); }

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

border-color css

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

 span { border-color: rgb(57,2,49); }

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