#3F023B

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

Shades of Mardi Gras #3F023B

Tints of Mardi Gras #3F023B

Color information

#3F023B (or 0x3F023B) is unknown color: approx Mardi Gras. HEX triplet: 3F, 02 and 3B. RGB value is (63,2,59). Sum of RGB (Red+Green+Blue) = 63+2+59=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F023B is #C0FDC4. Grayscale: #1A1A1A. Windows color (decimal): -12647877 or 3867199. OLE color: 3867199.

HSL color Cylindrical-coordinate representation of color #3F023B: hue angle of 303.93º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F023B is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB63259-
CMYK00.970.060.75
HSL303.93º93.85%12.75%-
HSV(B)303.93º96.83%24.71%-
XYZ2.861.424.26-
YUV26.74146.21153.87-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 2 (1.17% from 255) = 1.61%
BLUE value IS 59 (23.44% from 255) = 47.58%
R=50.81%
G=1.61%
B=47.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6325900.970.060.75303.9393.8512.75
Hex3F23B06164B1305ed
Octal772730141611346013615
Binary1111111011101101100001110100101110011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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