#390F3D

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

Shades of Mardi Gras #390F3D

Tints of Mardi Gras #390F3D

Color information

#390F3D (or 0x390F3D) is unknown color: approx Mardi Gras. HEX triplet: 39, 0F and 3D. RGB value is (57,15,61). Sum of RGB (Red+Green+Blue) = 57+15+61=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #390F3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #390F3D is #C6F0C2. Grayscale: #202020. Windows color (decimal): -13037763 or 4001593. OLE color: 4001593.

HSL color Cylindrical-coordinate representation of color #390F3D: hue angle of 294.78º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #390F3D is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB571561-
CMYK0.070.7500.76
HSL294.78º60.53%14.9%-
HSV(B)294.78º75.41%23.92%-
XYZ2.71.554.57-
YUV32.8143.91145.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=42.86%
G=11.28%
B=45.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5715610.070.7500.76294.7860.5314.9
Hex39F3D74B04C1273df
Octal711775711301144477517
Binary11100111111111011111001011010011001001001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,15,61); }

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

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

 a { background-color: rgb(57,15,61); }

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

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

 span { border-color: rgb(57,15,61); }

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