#3F0238

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

Shades of Mardi Gras #3F0238

Tints of Mardi Gras #3F0238

Color information

#3F0238 (or 0x3F0238) is unknown color: approx Mardi Gras. HEX triplet: 3F, 02 and 38. RGB value is (63,2,56). Sum of RGB (Red+Green+Blue) = 63+2+56=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 56 (22.27% from 255 or 46.28% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0238 is #C0FDC7. Grayscale: #1A1A1A. Windows color (decimal): -12647880 or 3670591. OLE color: 3670591.

HSL color Cylindrical-coordinate representation of color #3F0238: hue angle of 306.89º 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 #3F0238 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB63256-
CMYK00.970.110.75
HSL306.89º93.85%12.75%-
HSV(B)306.89º96.83%24.71%-
XYZ2.791.393.86-
YUV26.4144.71154.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.07%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 56 (22.27% from 255) = 46.28%
R=52.07%
G=1.65%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6325600.970.110.75306.8993.8512.75
Hex3F238061B4B1335ed
Octal7727001411311346313615
Binary11111110111000011000011011100101110011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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