#3F093D

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

Shades of Mardi Gras #3F093D

Tints of Mardi Gras #3F093D

Color information

#3F093D (or 0x3F093D) is unknown color: approx Mardi Gras. HEX triplet: 3F, 09 and 3D. RGB value is (63,9,61). Sum of RGB (Red+Green+Blue) = 63+9+61=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 9 (3.91% from 255 or 6.77% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F093D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F093D is #C0F6C2. Grayscale: #1E1E1E. Windows color (decimal): -12646083 or 4000063. OLE color: 4000063.

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

Color convert

RGB63961-
CMYK00.860.030.75
HSL302.22º75%14.12%-
HSV(B)302.22º85.71%24.71%-
XYZ2.991.594.56-
YUV31.07144.89150.77-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 9 (3.91% from 255) = 6.77%
BLUE value IS 61 (24.22% from 255) = 45.86%
R=47.37%
G=6.77%
B=45.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6396100.860.030.75302.227514.12
Hex3F93D05634B12e4be
Octal7711750126311345611316
Binary11111110011111010101011011100101110010111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F093D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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