#3F123D

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

Shades of Mardi Gras #3F123D

Tints of Mardi Gras #3F123D

Color information

#3F123D (or 0x3F123D) is unknown color: approx Mardi Gras. HEX triplet: 3F, 12 and 3D. RGB value is (63,18,61). Sum of RGB (Red+Green+Blue) = 63+18+61=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F123D is #C0EDC2. Grayscale: #242424. Windows color (decimal): -12643779 or 4002367. OLE color: 4002367.

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

Color convert

RGB631861-
CMYK00.710.030.75
HSL302.67º55.56%15.88%-
HSV(B)302.67º71.43%24.71%-
XYZ3.111.834.6-
YUV36.36141.91147-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.37%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=44.37%
G=12.68%
B=42.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63186100.710.030.75302.6755.5615.88
Hex3F123D04734B12f3810
Octal772275010731134577020
Binary111111100101111010100011111100101110010111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F123D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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