#3E093B

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

Shades of Mardi Gras #3E093B

Tints of Mardi Gras #3E093B

Color information

#3E093B (or 0x3E093B) is unknown color: approx Mardi Gras. HEX triplet: 3E, 09 and 3B. RGB value is (62,9,59). Sum of RGB (Red+Green+Blue) = 62+9+59=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 59 (23.44% from 255 or 45.38% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E093B is #C1F6C4. Grayscale: #1E1E1E. Windows color (decimal): -12711621 or 3868990. OLE color: 3868990.

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

Color convert

RGB62959-
CMYK00.850.050.76
HSL303.4º74.65%13.92%-
HSV(B)303.4º85.48%24.31%-
XYZ2.871.544.28-
YUV30.55144.06150.43-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 47.69%
GREEN value IS 9 (3.91% from 255) = 6.92%
BLUE value IS 59 (23.44% from 255) = 45.38%
R=47.69%
G=6.92%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6295900.850.050.76303.474.6513.92
Hex3E93B05554C12f4be
Octal7611730125511445711316
Binary111110100111101101010101101100110010010111110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,9,59); }

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

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

 a { background-color: rgb(62,9,59); }

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

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

 span { border-color: rgb(62,9,59); }

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