#3F1243

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

Shades of Mardi Gras #3F1243

Tints of Mardi Gras #3F1243

Color information

#3F1243 (or 0x3F1243) is unknown color: approx Mardi Gras. HEX triplet: 3F, 12 and 43. RGB value is (63,18,67). Sum of RGB (Red+Green+Blue) = 63+18+67=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F1243 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1243 is #C0EDBC. Grayscale: #242424. Windows color (decimal): -12643773 or 4395583. OLE color: 4395583.

HSL color Cylindrical-coordinate representation of color #3F1243: hue angle of 295.1º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1243 is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB631867-
CMYK0.060.7300.74
HSL295.1º57.65%16.67%-
HSV(B)295.1º73.13%26.27%-
XYZ3.281.895.5-
YUV37.04144.91146.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42.57%
GREEN value IS 18 (7.42% from 255) = 12.16%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=42.57%
G=12.16%
B=45.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6318670.060.7300.74295.157.6516.67
Hex3F124364904A1273a11
Octal7722103611101124477221
Binary11111110010100001111010010010100101010010011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,67); }

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

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

 a { background-color: rgb(63,18,67); }

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

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

 span { border-color: rgb(63,18,67); }

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