#390233

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

Shades of Mardi Gras #390233

Tints of Mardi Gras #390233

Color information

#390233 (or 0x390233) is unknown color: approx Mardi Gras. HEX triplet: 39, 02 and 33. RGB value is (57,2,51). Sum of RGB (Red+Green+Blue) = 57+2+51=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 2 (1.17% from 255 or 1.82% from 110); Blue value is 51 (20.31% from 255 or 46.36% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #390233 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390233 is #C6FDCC. Grayscale: #171717. Windows color (decimal): -13041101 or 3342905. OLE color: 3342905.

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

Color convert

RGB57251-
CMYK00.960.110.78
HSL306.55º93.22%11.57%-
HSV(B)306.55º96.49%22.35%-
XYZ2.311.153.23-
YUV24.03143.22151.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 2 (1.17% from 255) = 1.82%
BLUE value IS 51 (20.31% from 255) = 46.36%
R=51.82%
G=1.82%
B=46.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5725100.960.110.78306.5593.2211.57
Hex39233060B4E1335dc
Octal7126301401311646313514
Binary11100110110011011000001011100111010011001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390233; }

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

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

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

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

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

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

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

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