#390831

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

Shades of Mardi Gras #390831

Tints of Mardi Gras #390831

Color information

#390831 (or 0x390831) is unknown color: approx Mardi Gras. HEX triplet: 39, 08 and 31. RGB value is (57,8,49). Sum of RGB (Red+Green+Blue) = 57+8+49=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 8 (3.52% from 255 or 7.02% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #390831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390831 is #C6F7CE. Grayscale: #1B1B1B. Windows color (decimal): -13039567 or 3213369. OLE color: 3213369.

HSL color Cylindrical-coordinate representation of color #390831: hue angle of 309.8º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #390831 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB57849-
CMYK00.860.140.78
HSL309.8º75.38%12.75%-
HSV(B)309.8º85.96%22.35%-
XYZ2.331.273.03-
YUV27.32140.23149.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50%
GREEN value IS 8 (3.52% from 255) = 7.02%
BLUE value IS 49 (19.53% from 255) = 42.98%
R=50%
G=7.02%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5784900.860.140.78309.875.3812.75
Hex39831056E4E1364bd
Octal71106101261611646611315
Binary1110011000110001010101101110100111010011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390831; }

 p { color: rgb(57,8,49); }

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

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

 a { background-color: rgb(57,8,49); }

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

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

 span { border-color: rgb(57,8,49); }

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