#3B1140

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

Shades of Mardi Gras #3B1140

Tints of Mardi Gras #3B1140

Color information

#3B1140 (or 0x3B1140) is unknown color: approx Mardi Gras. HEX triplet: 3B, 11 and 40. RGB value is (59,17,64). Sum of RGB (Red+Green+Blue) = 59+17+64=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 64 (25.39% from 255 or 45.71% from 140); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1140 is #C4EEBF. Grayscale: #222222. Windows color (decimal): -12906176 or 4198715. OLE color: 4198715.

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

Color convert

RGB591764-
CMYK0.080.7300.75
HSL293.62º58.02%15.88%-
HSV(B)293.62º73.44%25.1%-
XYZ2.931.75.02-
YUV34.92144.41145.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.14%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 64 (25.39% from 255) = 45.71%
R=42.14%
G=12.14%
B=45.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5917640.080.7300.75293.6258.0215.88
Hex3B114084904B1263a10
Octal73211001011101134467220
Binary111011100011000000100010010010100101110010011011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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