#390231

Color #390231 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #390231

Tints of Mardi Gras #390231

Color information

#390231 (or 0x390231) is unknown color: approx 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

RGB57249-
CMYK00.960.140.78
HSL308.73º93.22%11.57%-
HSV(B)308.73º96.49%22.35%-
XYZ2.261.143.01-
YUV23.8142.22151.68-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5724900.960.140.78308.7393.2211.57
Hex39231060E4E1355dc
Octal7126101401611646513514
Binary11100110110001011000001110100111010011010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>