#3F123E

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

Shades of Mardi Gras #3F123E

Tints of Mardi Gras #3F123E

Color information

#3F123E (or 0x3F123E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 12 and 3E. RGB value is (63,18,62). Sum of RGB (Red+Green+Blue) = 63+18+62=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 62 (24.61% from 255 or 43.36% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F123E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F123E is #C0EDC1. Grayscale: #242424. Windows color (decimal): -12643778 or 4067903. OLE color: 4067903.

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

Color convert

RGB631862-
CMYK00.710.020.75
HSL301.33º55.56%15.88%-
HSV(B)301.33º71.43%24.71%-
XYZ3.141.844.75-
YUV36.47142.41146.92-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 62 (24.61% from 255) = 43.36%
R=44.06%
G=12.59%
B=43.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63186200.710.020.75301.3355.5615.88
Hex3F123E04724B12d3810
Octal772276010721134557020
Binary111111100101111100100011110100101110010110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F123E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,18,62); }

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

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

 a { background-color: rgb(63,18,62); }

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

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

 span { border-color: rgb(63,18,62); }

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