#3F143D

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

Shades of Mardi Gras #3F143D

Tints of Mardi Gras #3F143D

Color information

#3F143D (or 0x3F143D) is unknown color: approx Mardi Gras. HEX triplet: 3F, 14 and 3D. RGB value is (63,20,61). Sum of RGB (Red+Green+Blue) = 63+20+61=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F143D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F143D is #C0EBC2. Grayscale: #252525. Windows color (decimal): -12643267 or 4002879. OLE color: 4002879.

HSL color Cylindrical-coordinate representation of color #3F143D: hue angle of 302.79º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F143D is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB632061-
CMYK00.680.030.75
HSL302.79º51.81%16.27%-
HSV(B)302.79º68.25%24.71%-
XYZ3.141.894.61-
YUV37.53141.25146.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 43.75%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=43.75%
G=13.89%
B=42.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63206100.680.030.75302.7951.8116.27
Hex3F143D04434B12f3410
Octal772475010431134576420
Binary111111101001111010100010011100101110010111111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F143D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,20,61); }

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

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

 a { background-color: rgb(63,20,61); }

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

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

 span { border-color: rgb(63,20,61); }

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