#3F0F40

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

Shades of Mardi Gras #3F0F40

Tints of Mardi Gras #3F0F40

Color information

#3F0F40 (or 0x3F0F40) is unknown color: approx Mardi Gras. HEX triplet: 3F, 0F and 40. RGB value is (63,15,64). Sum of RGB (Red+Green+Blue) = 63+15+64=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F40 is #C0F0BF. Grayscale: #222222. Windows color (decimal): -12644544 or 4198207. OLE color: 4198207.

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

Color convert

RGB631564-
CMYK0.020.7700.75
HSL298.78º62.03%15.49%-
HSV(B)298.78º76.56%25.1%-
XYZ3.151.775.03-
YUV34.94144.4148.02-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 15 (6.25% from 255) = 10.56%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=44.37%
G=10.56%
B=45.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6315640.020.7700.75298.7862.0315.49
Hex3FF4024D04B12b3ef
Octal7717100211501134537617
Binary11111111111000000101001101010010111001010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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