#3F0245

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

Shades of Mardi Gras #3F0245

Tints of Mardi Gras #3F0245

Color information

#3F0245 (or 0x3F0245) is unknown color: approx Mardi Gras. HEX triplet: 3F, 02 and 45. RGB value is (63,2,69). Sum of RGB (Red+Green+Blue) = 63+2+69=134 (17% of max value = 765). Red value is 63 (25% from 255 or 47.01% from 134); Green value is 2 (1.17% from 255 or 1.49% from 134); Blue value is 69 (27.34% from 255 or 51.49% from 134); Max value from RGB is 69 - color contains mainly: blue. Hex color #3F0245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0245 is #C0FDBA. Grayscale: #1B1B1B. Windows color (decimal): -12647867 or 4522559. OLE color: 4522559.

HSL color Cylindrical-coordinate representation of color #3F0245: hue angle of 294.63º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0245 is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63269-
CMYK0.090.9700.73
HSL294.63º94.37%13.92%-
HSV(B)294.63º97.1%27.06%-
XYZ3.151.535.76-
YUV27.88151.21153.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.01%
GREEN value IS 2 (1.17% from 255) = 1.49%
BLUE value IS 69 (27.34% from 255) = 51.49%
R=47.01%
G=1.49%
B=51.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal632690.090.9700.73294.6394.3713.92
Hex3F2459610491275ee
Octal77210511141011144713616
Binary111111101000101100111000010100100110010011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,2,69); }

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

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

 a { background-color: rgb(63,2,69); }

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

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

 span { border-color: rgb(63,2,69); }

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