#3F103E

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

Shades of Mardi Gras #3F103E

Tints of Mardi Gras #3F103E

Color information

#3F103E (or 0x3F103E) is unknown color: approx Mardi Gras. HEX triplet: 3F, 10 and 3E. RGB value is (63,16,62). Sum of RGB (Red+Green+Blue) = 63+16+62=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F103E is #C0EFC1. Grayscale: #232323. Windows color (decimal): -12644290 or 4067391. OLE color: 4067391.

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

Color convert

RGB631662-
CMYK00.750.020.75
HSL301.28º59.49%15.49%-
HSV(B)301.28º74.6%24.71%-
XYZ3.11.784.74-
YUV35.3143.07147.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.68%
GREEN value IS 16 (6.64% from 255) = 11.35%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=44.68%
G=11.35%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.02
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63166200.750.020.75301.2859.4915.49
Hex3F103E04B24B12d3bf
Octal772076011321134557317
Binary11111110000111110010010111010010111001011011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F103E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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