#3F0142

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

Shades of Mardi Gras #3F0142

Tints of Mardi Gras #3F0142

Color information

#3F0142 (or 0x3F0142) is unknown color: approx Mardi Gras. HEX triplet: 3F, 01 and 42. RGB value is (63,1,66). Sum of RGB (Red+Green+Blue) = 63+1+66=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #3F0142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0142 is #C0FEBD. Grayscale: #1A1A1A. Windows color (decimal): -12648126 or 4325695. OLE color: 4325695.

HSL color Cylindrical-coordinate representation of color #3F0142: hue angle of 297.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0142 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB63166-
CMYK0.050.9800.74
HSL297.23º97.01%13.14%-
HSV(B)297.23º98.48%25.88%-
XYZ3.041.475.28-
YUV26.95150.04153.71-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 66 (26.17% from 255) = 50.77%
R=48.46%
G=0.77%
B=50.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal631660.050.9800.74297.2397.0113.14
Hex3F14256204A12961d
Octal7711025142011245114115
Binary1111111100001010111000100100101010010100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,1,66); }

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

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

 a { background-color: rgb(63,1,66); }

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

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

 span { border-color: rgb(63,1,66); }

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