#3B0E40

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

Shades of Mardi Gras #3B0E40

Tints of Mardi Gras #3B0E40

Color information

#3B0E40 (or 0x3B0E40) is unknown color: approx Mardi Gras. HEX triplet: 3B, 0E and 40. RGB value is (59,14,64). Sum of RGB (Red+Green+Blue) = 59+14+64=137 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.07% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B0E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E40 is #C4F1BF. Grayscale: #212121. Windows color (decimal): -12906944 or 4197947. OLE color: 4197947.

HSL color Cylindrical-coordinate representation of color #3B0E40: hue angle of 294º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3B0E40 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB591464-
CMYK0.080.7800.75
HSL294º64.1%15.29%-
HSV(B)294º78.12%25.1%-
XYZ2.891.615.01-
YUV33.16145.41146.43-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.07%
GREEN value IS 14 (5.86% from 255) = 10.22%
BLUE value IS 64 (25.39% from 255) = 46.72%
R=43.07%
G=10.22%
B=46.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5914640.080.7800.7529464.115.29
Hex3BE4084E04B12640f
Octal731610010116011344610017
Binary11101111101000000100010011100100101110010011010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,14,64); }

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

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

 a { background-color: rgb(59,14,64); }

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

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

 span { border-color: rgb(59,14,64); }

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