#3F1037

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

Shades of Mardi Gras #3F1037

Tints of Mardi Gras #3F1037

Color information

#3F1037 (or 0x3F1037) is unknown color: approx Mardi Gras. HEX triplet: 3F, 10 and 37. RGB value is (63,16,55). Sum of RGB (Red+Green+Blue) = 63+16+55=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1037 is #C0EFC8. Grayscale: #222222. Windows color (decimal): -12644297 or 3608639. OLE color: 3608639.

HSL color Cylindrical-coordinate representation of color #3F1037: hue angle of 310.21º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1037 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB631655-
CMYK00.750.130.75
HSL310.21º59.49%15.49%-
HSV(B)310.21º74.6%24.71%-
XYZ2.921.73.79-
YUV34.5139.57148.33-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 55 (21.88% from 255) = 41.04%
R=47.01%
G=11.94%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63165500.750.130.75310.2159.4915.49
Hex3F103704BD4B1363bf
Octal7720670113151134667317
Binary1111111000011011101001011110110010111001101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F1037; }

 p { color: rgb(63,16,55); }

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

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

 a { background-color: rgb(63,16,55); }

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

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

 span { border-color: rgb(63,16,55); }

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