#390A33

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

Shades of Mardi Gras #390A33

Tints of Mardi Gras #390A33

Color information

#390A33 (or 0x390A33) is unknown color: approx Mardi Gras. HEX triplet: 39, 0A and 33. RGB value is (57,10,51). Sum of RGB (Red+Green+Blue) = 57+10+51=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 10 (4.30% from 255 or 8.47% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #390A33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A33 is #C6F5CC. Grayscale: #1C1C1C. Windows color (decimal): -13039053 or 3344953. OLE color: 3344953.

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

Color convert

RGB571051-
CMYK00.820.110.78
HSL307.66º70.15%13.14%-
HSV(B)307.66º82.46%22.35%-
XYZ2.391.333.26-
YUV28.73140.57148.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 10 (4.30% from 255) = 8.47%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=48.31%
G=8.47%
B=43.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57105100.820.110.78307.6670.1513.14
Hex39A33052B4E13446d
Octal71126301221311646410615
Binary1110011010110011010100101011100111010011010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390A33; }

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

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

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

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

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

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

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

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