#3F0E3D

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

Shades of Mardi Gras #3F0E3D

Tints of Mardi Gras #3F0E3D

Color information

#3F0E3D (or 0x3F0E3D) is unknown color: approx Mardi Gras. HEX triplet: 3F, 0E and 3D. RGB value is (63,14,61). Sum of RGB (Red+Green+Blue) = 63+14+61=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0E3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0E3D is #C0F1C2. Grayscale: #212121. Windows color (decimal): -12644803 or 4001343. OLE color: 4001343.

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

Color convert

RGB631461-
CMYK00.780.030.75
HSL302.45º63.64%15.1%-
HSV(B)302.45º77.78%24.71%-
XYZ3.051.714.58-
YUV34.01143.23148.68-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 61 (24.22% from 255) = 44.20%
R=45.65%
G=10.14%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63146100.780.030.75302.4563.6415.1
Hex3FE3D04E34B12e40f
Octal7716750116311345610017
Binary11111111101111010100111011100101110010111010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,14,61); }

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

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

 a { background-color: rgb(63,14,61); }

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

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

 span { border-color: rgb(63,14,61); }

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