#3B193E

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

Shades of Mardi Gras #3B193E

Tints of Mardi Gras #3B193E

Color information

#3B193E (or 0x3B193E) is unknown color: approx Mardi Gras. HEX triplet: 3B, 19 and 3E. RGB value is (59,25,62). Sum of RGB (Red+Green+Blue) = 59+25+62=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B193E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B193E is #C4E6C1. Grayscale: #272727. Windows color (decimal): -12904130 or 4069691. OLE color: 4069691.

HSL color Cylindrical-coordinate representation of color #3B193E: hue angle of 295.14º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B193E is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB592562-
CMYK0.050.6000.76
HSL295.14º42.53%17.06%-
HSV(B)295.14º59.68%24.31%-
XYZ3.021.974.78-
YUV39.38140.76141.99-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 62 (24.61% from 255) = 42.47%
R=40.41%
G=17.12%
B=42.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5925620.050.6000.76295.1442.5317.06
Hex3B193E53C04C1272b11
Octal73317657401144475321
Binary111011110011111101011111000100110010010011110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B193E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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