#3F113E

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

Shades of Mardi Gras #3F113E

Tints of Mardi Gras #3F113E

Color information

#3F113E (or 0x3F113E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 11 and 3E. RGB value is (63,17,62). Sum of RGB (Red+Green+Blue) = 63+17+62=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 62 (24.61% from 255 or 43.66% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113E is #C0EEC1. Grayscale: #232323. Windows color (decimal): -12644034 or 4067647. OLE color: 4067647.

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

Color convert

RGB631762-
CMYK00.730.020.75
HSL301.3º57.5%15.69%-
HSV(B)301.3º73.02%24.71%-
XYZ3.121.814.74-
YUV35.88142.74147.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 62 (24.61% from 255) = 43.66%
R=44.37%
G=11.97%
B=43.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63176200.730.020.75301.357.515.69
Hex3F113E04924B12d3a10
Octal772176011121134557220
Binary111111100011111100100100110100101110010110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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