#3F0339

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

Shades of Mardi Gras #3F0339

Tints of Mardi Gras #3F0339

Color information

#3F0339 (or 0x3F0339) is unknown color: approx Mardi Gras. HEX triplet: 3F, 03 and 39. RGB value is (63,3,57). Sum of RGB (Red+Green+Blue) = 63+3+57=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0339 is #C0FCC6. Grayscale: #1A1A1A. Windows color (decimal): -12647623 or 3736383. OLE color: 3736383.

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

Color convert

RGB63357-
CMYK00.950.100.75
HSL306º90.91%12.94%-
HSV(B)306º95.24%24.71%-
XYZ2.821.424-
YUV27.1144.88153.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 3 (1.56% from 255) = 2.44%
BLUE value IS 57 (22.66% from 255) = 46.34%
R=51.22%
G=2.44%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6335700.950.100.7530690.9112.94
Hex3F33905FA4B1325bd
Octal7737101371211346213315
Binary11111111111001010111111010100101110011001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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