#3F093C

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

Shades of Mardi Gras #3F093C

Tints of Mardi Gras #3F093C

Color information

#3F093C (or 0x3F093C) is unknown color: approx Mardi Gras. HEX triplet: 3F, 09 and 3C. RGB value is (63,9,60). Sum of RGB (Red+Green+Blue) = 63+9+60=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093C is #C0F6C3. Grayscale: #1E1E1E. Windows color (decimal): -12646084 or 3934527. OLE color: 3934527.

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

Color convert

RGB63960-
CMYK00.860.050.75
HSL303.33º75%14.12%-
HSV(B)303.33º85.71%24.71%-
XYZ2.961.584.42-
YUV30.96144.39150.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 60 (23.83% from 255) = 45.45%
R=47.73%
G=6.82%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6396000.860.050.75303.337514.12
Hex3F93C05654B12f4be
Octal7711740126511345711316
Binary111111100111110001010110101100101110010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,9,60); }

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

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

 a { background-color: rgb(63,9,60); }

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

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

 span { border-color: rgb(63,9,60); }

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