#3B143E

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

Shades of Mardi Gras #3B143E

Tints of Mardi Gras #3B143E

Color information

#3B143E (or 0x3B143E) is unknown color: approx Mardi Gras. HEX triplet: 3B, 14 and 3E. RGB value is (59,20,62). Sum of RGB (Red+Green+Blue) = 59+20+62=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 62 (24.61% from 255 or 43.97% from 141); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B143E is #C4EBC1. Grayscale: #242424. Windows color (decimal): -12905410 or 4068411. OLE color: 4068411.

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

Color convert

RGB592062-
CMYK0.050.6800.76
HSL295.71º51.22%16.08%-
HSV(B)295.71º67.74%24.31%-
XYZ2.921.784.75-
YUV36.45142.42144.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.84%
GREEN value IS 20 (8.20% from 255) = 14.18%
BLUE value IS 62 (24.61% from 255) = 43.97%
R=41.84%
G=14.18%
B=43.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5920620.050.6800.76295.7151.2216.08
Hex3B143E54404C1283310
Octal732476510401144506320
Binary1110111010011111010110001000100110010010100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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