#3F2140

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

Shades of Mardi Gras #3F2140

Tints of Mardi Gras #3F2140

Color information

#3F2140 (or 0x3F2140) is unknown color: approx Mardi Gras. HEX triplet: 3F, 21 and 40. RGB value is (63,33,64). Sum of RGB (Red+Green+Blue) = 63+33+64=160 (21% of max value = 765). Red value is 63 (25% from 255 or 39.38% from 160); Green value is 33 (13.28% from 255 or 20.62% from 160); Blue value is 64 (25.39% from 255 or 40% from 160); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F2140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2140 is #C0DEBF. Grayscale: #2D2D2D. Windows color (decimal): -12639936 or 4202815. OLE color: 4202815.

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

Color convert

RGB633364-
CMYK0.020.4800.75
HSL298.06º31.96%19.02%-
HSV(B)298.06º48.44%25.1%-
XYZ3.522.515.15-
YUV45.5138.44140.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 39.38%
GREEN value IS 33 (13.28% from 255) = 20.62%
BLUE value IS 64 (25.39% from 255) = 40%
R=39.38%
G=20.62%
B=40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6333640.020.4800.75298.0631.9619.02
Hex3F214023004B12a2013
Octal774110026001134524023
Binary1111111000011000000101100000100101110010101010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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