#39073D

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

Shades of Mardi Gras #39073D

Tints of Mardi Gras #39073D

Color information

#39073D (or 0x39073D) is unknown color: approx Mardi Gras. HEX triplet: 39, 07 and 3D. RGB value is (57,7,61). Sum of RGB (Red+Green+Blue) = 57+7+61=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #39073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39073D is #C6F8C2. Grayscale: #1B1B1B. Windows color (decimal): -13039811 or 3999545. OLE color: 3999545.

HSL color Cylindrical-coordinate representation of color #39073D: hue angle of 295.56º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #39073D is Cyan = 0.07, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB57761-
CMYK0.070.8900.76
HSL295.56º79.41%13.33%-
HSV(B)295.56º88.52%23.92%-
XYZ2.611.364.54-
YUV28.11146.56148.61-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 61 (24.22% from 255) = 48.8%
R=45.6%
G=5.6%
B=48.8%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal577610.070.8900.76295.5679.4113.33
Hex3973D75904C1284fd
Octal717757131011445011715
Binary11100111111110111110110010100110010010100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39073D; }

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

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

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

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

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

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

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

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