#3F0F41

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

Shades of Mardi Gras #3F0F41

Tints of Mardi Gras #3F0F41

Color information

#3F0F41 (or 0x3F0F41) is unknown color: approx Mardi Gras. HEX triplet: 3F, 0F and 41. RGB value is (63,15,65). Sum of RGB (Red+Green+Blue) = 63+15+65=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F0F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F41 is #C0F0BE. Grayscale: #222222. Windows color (decimal): -12644543 or 4263743. OLE color: 4263743.

HSL color Cylindrical-coordinate representation of color #3F0F41: hue angle of 297.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F0F41 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB631565-
CMYK0.030.7700.75
HSL297.6º62.5%15.69%-
HSV(B)297.6º76.92%25.49%-
XYZ3.171.785.18-
YUV35.05144.9147.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=44.06%
G=10.49%
B=45.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6315650.030.7700.75297.662.515.69
Hex3FF4134D04B12a3e10
Octal7717101311501134527620
Binary111111111110000011110011010100101110010101011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,15,65); }

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

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

 a { background-color: rgb(63,15,65); }

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

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

 span { border-color: rgb(63,15,65); }

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