#3B1440

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

Shades of Mardi Gras #3B1440

Tints of Mardi Gras #3B1440

Color information

#3B1440 (or 0x3B1440) is unknown color: approx Mardi Gras. HEX triplet: 3B, 14 and 40. RGB value is (59,20,64). Sum of RGB (Red+Green+Blue) = 59+20+64=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1440 is #C4EBBF. Grayscale: #242424. Windows color (decimal): -12905408 or 4199483. OLE color: 4199483.

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

Color convert

RGB592064-
CMYK0.080.6900.75
HSL293.18º52.38%16.47%-
HSV(B)293.18º68.75%25.1%-
XYZ2.981.85.04-
YUV36.68143.42143.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=41.26%
G=13.99%
B=44.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5920640.080.6900.75293.1852.3816.47
Hex3B144084504B1253410
Octal73241001010501134456420
Binary111011101001000000100010001010100101110010010111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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