#390433

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

Shades of Mardi Gras #390433

Tints of Mardi Gras #390433

Color information

#390433 (or 0x390433) is unknown color: approx Mardi Gras. HEX triplet: 39, 04 and 33. RGB value is (57,4,51). Sum of RGB (Red+Green+Blue) = 57+4+51=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 51 (20.31% from 255 or 45.54% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #390433 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390433 is #C6FBCC. Grayscale: #191919. Windows color (decimal): -13040589 or 3343417. OLE color: 3343417.

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

Color convert

RGB57451-
CMYK00.930.110.78
HSL306.79º86.89%11.96%-
HSV(B)306.79º92.98%22.35%-
XYZ2.331.23.24-
YUV25.2142.56150.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 51 (20.31% from 255) = 45.54%
R=50.89%
G=3.57%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5745100.930.110.78306.7986.8911.96
Hex3943305DB4E13357c
Octal7146301351311646312714
Binary111001100110011010111011011100111010011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390433; }

 p { color: rgb(57,4,51); }

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

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

 a { background-color: rgb(57,4,51); }

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

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

 span { border-color: rgb(57,4,51); }

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