#390236

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

Shades of Mardi Gras #390236

Tints of Mardi Gras #390236

Color information

#390236 (or 0x390236) is unknown color: approx Mardi Gras. HEX triplet: 39, 02 and 36. RGB value is (57,2,54). Sum of RGB (Red+Green+Blue) = 57+2+54=113 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.44% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 57 - color contains mainly: red. Hex color #390236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390236 is #C6FDC9. Grayscale: #181818. Windows color (decimal): -13041098 or 3539513. OLE color: 3539513.

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

Color convert

RGB57254-
CMYK00.960.050.78
HSL303.27º93.22%11.57%-
HSV(B)303.27º96.49%22.35%-
XYZ2.371.183.59-
YUV24.37144.72151.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.44%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=50.44%
G=1.77%
B=47.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5725400.960.050.78303.2793.2211.57
Hex3923606054E12f5dc
Octal712660140511645713514
Binary1110011011011001100000101100111010010111110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390236; }

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

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

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

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

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

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

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

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