#3F103A

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

Shades of Mardi Gras #3F103A

Tints of Mardi Gras #3F103A

Color information

#3F103A (or 0x3F103A) is unknown color: approx Mardi Gras. HEX triplet: 3F, 10 and 3A. RGB value is (63,16,58). Sum of RGB (Red+Green+Blue) = 63+16+58=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F103A is #C0EFC5. Grayscale: #222222. Windows color (decimal): -12644294 or 3805247. OLE color: 3805247.

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

Color convert

RGB631658-
CMYK00.750.080.75
HSL306.38º59.49%15.49%-
HSV(B)306.38º74.6%24.71%-
XYZ31.734.18-
YUV34.84141.07148.08-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.99%
GREEN value IS 16 (6.64% from 255) = 11.68%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=45.99%
G=11.68%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63165800.750.080.75306.3859.4915.49
Hex3F103A04B84B1323bf
Octal7720720113101134627317
Binary1111111000011101001001011100010010111001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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