#3F133B

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

Shades of Mardi Gras #3F133B

Tints of Mardi Gras #3F133B

Color information

#3F133B (or 0x3F133B) is unknown color: approx Mardi Gras. HEX triplet: 3F, 13 and 3B. RGB value is (63,19,59). Sum of RGB (Red+Green+Blue) = 63+19+59=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F133B is #C0ECC4. Grayscale: #242424. Windows color (decimal): -12643525 or 3871551. OLE color: 3871551.

HSL color Cylindrical-coordinate representation of color #3F133B: hue angle of 305.45º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F133B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB631959-
CMYK00.700.060.75
HSL305.45º53.66%16.08%-
HSV(B)305.45º69.84%24.71%-
XYZ3.071.844.33-
YUV36.72140.58146.75-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=44.68%
G=13.48%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63195900.700.060.75305.4553.6616.08
Hex3F133B04664B1313610
Octal772373010661134616620
Binary1111111001111101101000110110100101110011000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F133B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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