#3E073B

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

Shades of Mardi Gras #3E073B

Tints of Mardi Gras #3E073B

Color information

#3E073B (or 0x3E073B) is unknown color: approx Mardi Gras. HEX triplet: 3E, 07 and 3B. RGB value is (62,7,59). Sum of RGB (Red+Green+Blue) = 62+7+59=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 62 - color contains mainly: red. Hex color #3E073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E073B is #C1F8C4. Grayscale: #1D1D1D. Windows color (decimal): -12712133 or 3868478. OLE color: 3868478.

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

Color convert

RGB62759-
CMYK00.890.050.76
HSL303.27º79.71%13.53%-
HSV(B)303.27º88.71%24.31%-
XYZ2.851.494.28-
YUV29.37144.72151.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 48.44%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 59 (23.44% from 255) = 46.09%
R=48.44%
G=5.47%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6275900.890.050.76303.2779.7113.53
Hex3E73B05954C12f50e
Octal767730131511445712016
Binary11111011111101101011001101100110010010111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E073B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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