#390237

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

Shades of Mardi Gras #390237

Tints of Mardi Gras #390237

Color information

#390237 (or 0x390237) is unknown color: approx Mardi Gras. HEX triplet: 39, 02 and 37. RGB value is (57,2,55). Sum of RGB (Red+Green+Blue) = 57+2+55=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390237 is #C6FDC8. Grayscale: #181818. Windows color (decimal): -13041097 or 3605049. OLE color: 3605049.

HSL color Cylindrical-coordinate representation of color #390237: hue angle of 302.18º 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 #390237 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.78.

Color convert

RGB57255-
CMYK00.960.040.78
HSL302.18º93.22%11.57%-
HSV(B)302.18º96.49%22.35%-
XYZ2.41.193.72-
YUV24.49145.22151.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 55 (21.88% from 255) = 48.25%
R=50%
G=1.75%
B=48.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5725500.960.040.78302.1893.2211.57
Hex3923706044E12e5dc
Octal712670140411645613514
Binary1110011011011101100000100100111010010111010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390237; }

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

 H1.HeaderClassName
 {
   color: #390237;
 }
 .AnyTagClassName
 {
   color: #390237;
 }
</style>
background-color css

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

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

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

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

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

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