#390234

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

Shades of Mardi Gras #390234

Tints of Mardi Gras #390234

Color information

#390234 (or 0x390234) is unknown color: approx Mardi Gras. HEX triplet: 39, 02 and 34. RGB value is (57,2,52). Sum of RGB (Red+Green+Blue) = 57+2+52=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #390234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390234 is #C6FDCB. Grayscale: #171717. Windows color (decimal): -13041100 or 3408441. OLE color: 3408441.

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

Color convert

RGB57252-
CMYK00.960.090.78
HSL305.45º93.22%11.57%-
HSV(B)305.45º96.49%22.35%-
XYZ2.331.163.35-
YUV24.14143.72151.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=51.35%
G=1.80%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.09
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5725200.960.090.78305.4593.2211.57
Hex3923406094E1315dc
Octal7126401401111646113514
Binary11100110110100011000001001100111010011000110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390234; }

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

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

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

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

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

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

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

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