#39033D

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

Shades of Mardi Gras #39033D

Tints of Mardi Gras #39033D

Color information

#39033D (or 0x39033D) is unknown color: approx Mardi Gras. HEX triplet: 39, 03 and 3D. RGB value is (57,3,61). Sum of RGB (Red+Green+Blue) = 57+3+61=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #39033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39033D is #C6FCC2. Grayscale: #191919. Windows color (decimal): -13040835 or 3998521. OLE color: 3998521.

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

Color convert

RGB57361-
CMYK0.070.9500.76
HSL295.86º90.62%12.55%-
HSV(B)295.86º95.08%23.92%-
XYZ2.561.274.53-
YUV25.76147.89150.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=47.11%
G=2.48%
B=50.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal573610.070.9500.76295.8690.6212.55
Hex3933D75F04C1285bd
Octal713757137011445013315
Binary1110011111110111110111110100110010010100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39033D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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