#3B0340

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

Shades of Mardi Gras #3B0340

Tints of Mardi Gras #3B0340

Color information

#3B0340 (or 0x3B0340) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 40. RGB value is (59,3,64). Sum of RGB (Red+Green+Blue) = 59+3+64=126 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.83% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B0340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0340 is #C4FCBF. Grayscale: #1A1A1A. Windows color (decimal): -12909760 or 4195131. OLE color: 4195131.

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

Color convert

RGB59364-
CMYK0.080.9500.75
HSL295.08º91.04%13.14%-
HSV(B)295.08º95.31%25.1%-
XYZ2.761.374.97-
YUV26.7149.05151.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.83%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 64 (25.39% from 255) = 50.79%
R=46.83%
G=2.38%
B=50.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal593640.080.9500.75295.0891.0413.14
Hex3B34085F04B1275bd
Octal73310010137011344713315
Binary111011111000000100010111110100101110010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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