#390A35

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

Shades of Mardi Gras #390A35

Tints of Mardi Gras #390A35

Color information

#390A35 (or 0x390A35) is unknown color: approx Mardi Gras. HEX triplet: 39, 0A and 35. RGB value is (57,10,53). Sum of RGB (Red+Green+Blue) = 57+10+53=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 10 (4.30% from 255 or 8.33% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #390A35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390A35 is #C6F5CA. Grayscale: #1C1C1C. Windows color (decimal): -13039051 or 3476025. OLE color: 3476025.

HSL color Cylindrical-coordinate representation of color #390A35: hue angle of 305.11º 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 #390A35 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.78.

Color convert

RGB571053-
CMYK00.820.070.78
HSL305.11º70.15%13.14%-
HSV(B)305.11º82.46%22.35%-
XYZ2.441.343.5-
YUV28.96141.57148-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 10 (4.30% from 255) = 8.33%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=47.5%
G=8.33%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57105300.820.070.78305.1170.1513.14
Hex39A3505274E13146d
Octal7112650122711646110615
Binary111001101011010101010010111100111010011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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