#3F1038

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

Shades of Mardi Gras #3F1038

Tints of Mardi Gras #3F1038

Color information

#3F1038 (or 0x3F1038) is unknown color: approx Mardi Gras. HEX triplet: 3F, 10 and 38. RGB value is (63,16,56). Sum of RGB (Red+Green+Blue) = 63+16+56=135 (17% of max value = 765). Red value is 63 (25% from 255 or 46.67% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1038 is #C0EFC7. Grayscale: #222222. Windows color (decimal): -12644296 or 3674175. OLE color: 3674175.

HSL color Cylindrical-coordinate representation of color #3F1038: hue angle of 308.94º 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 #3F1038 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB631656-
CMYK00.750.110.75
HSL308.94º59.49%15.49%-
HSV(B)308.94º74.6%24.71%-
XYZ2.951.713.92-
YUV34.61140.07148.25-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 46.67%
GREEN value IS 16 (6.64% from 255) = 11.85%
BLUE value IS 56 (22.27% from 255) = 41.48%
R=46.67%
G=11.85%
B=41.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63165600.750.110.75308.9459.4915.49
Hex3F103804BB4B1353bf
Octal7720700113131134657317
Binary1111111000011100001001011101110010111001101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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