#390133

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

Shades of Mardi Gras #390133

Tints of Mardi Gras #390133

Color information

#390133 (or 0x390133) is unknown color: approx Mardi Gras. HEX triplet: 39, 01 and 33. RGB value is (57,1,51). Sum of RGB (Red+Green+Blue) = 57+1+51=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #390133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390133 is #C6FECC. Grayscale: #171717. Windows color (decimal): -13041357 or 3342649. OLE color: 3342649.

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

Color convert

RGB57151-
CMYK00.980.110.78
HSL306.43º96.55%11.37%-
HSV(B)306.43º98.25%22.35%-
XYZ2.31.133.23-
YUV23.44143.55151.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 51 (20.31% from 255) = 46.79%
R=52.29%
G=0.92%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5715100.980.110.78306.4396.5511.37
Hex39133062B4E13261b
Octal7116301421311646214113
Binary1110011110011011000101011100111010011001011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390133; }

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

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

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

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

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

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

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

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