#3F0337

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

Shades of Mardi Gras #3F0337

Tints of Mardi Gras #3F0337

Color information

#3F0337 (or 0x3F0337) is unknown color: approx Mardi Gras. HEX triplet: 3F, 03 and 37. RGB value is (63,3,55). Sum of RGB (Red+Green+Blue) = 63+3+55=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0337 is #C0FCC8. Grayscale: #1A1A1A. Windows color (decimal): -12647625 or 3605311. OLE color: 3605311.

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

Color convert

RGB63355-
CMYK00.950.130.75
HSL308º90.91%12.94%-
HSV(B)308º95.24%24.71%-
XYZ2.771.43.74-
YUV26.87143.88153.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.07%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 55 (21.88% from 255) = 45.45%
R=52.07%
G=2.48%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6335500.950.130.7530890.9112.94
Hex3F33705FD4B1345bd
Octal7736701371511346413315
Binary11111111110111010111111101100101110011010010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,3,55); }

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

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

 a { background-color: rgb(63,3,55); }

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

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

 span { border-color: rgb(63,3,55); }

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