#3F0F37

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

Shades of Mardi Gras #3F0F37

Tints of Mardi Gras #3F0F37

Color information

#3F0F37 (or 0x3F0F37) is unknown color: approx Mardi Gras. HEX triplet: 3F, 0F and 37. RGB value is (63,15,55). Sum of RGB (Red+Green+Blue) = 63+15+55=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 15 (6.25% from 255 or 11.28% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0F37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0F37 is #C0F0C8. Grayscale: #212121. Windows color (decimal): -12644553 or 3608383. OLE color: 3608383.

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

Color convert

RGB631555-
CMYK00.760.130.75
HSL310º61.54%15.29%-
HSV(B)310º76.19%24.71%-
XYZ2.911.673.78-
YUV33.91139.9148.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 15 (6.25% from 255) = 11.28%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=47.37%
G=11.28%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63155500.760.130.7531061.5415.29
Hex3FF3704CD4B1363ef
Octal7717670114151134667617
Binary111111111111011101001100110110010111001101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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