#3F103B

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

Shades of Mardi Gras #3F103B

Tints of Mardi Gras #3F103B

Color information

#3F103B (or 0x3F103B) is unknown color: approx Mardi Gras. HEX triplet: 3F, 10 and 3B. RGB value is (63,16,59). Sum of RGB (Red+Green+Blue) = 63+16+59=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F103B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F103B is #C0EFC4. Grayscale: #222222. Windows color (decimal): -12644293 or 3870783. OLE color: 3870783.

HSL color Cylindrical-coordinate representation of color #3F103B: hue angle of 305.11º 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 #3F103B is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB631659-
CMYK00.750.060.75
HSL305.11º59.49%15.49%-
HSV(B)305.11º74.6%24.71%-
XYZ3.021.744.31-
YUV34.96141.57148-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=45.65%
G=11.59%
B=42.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63165900.750.060.75305.1159.4915.49
Hex3F103B04B64B1313bf
Octal772073011361134617317
Binary111111100001110110100101111010010111001100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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