#3B193B

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

Shades of Mardi Gras #3B193B

Tints of Mardi Gras #3B193B

Color information

#3B193B (or 0x3B193B) is unknown color: approx Mardi Gras. HEX triplet: 3B, 19 and 3B. RGB value is (59,25,59). Sum of RGB (Red+Green+Blue) = 59+25+59=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 59 - color contains mainly: red, blue. Hex color #3B193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B193B is #C4E6C4. Grayscale: #262626. Windows color (decimal): -12904133 or 3873083. OLE color: 3873083.

HSL color Cylindrical-coordinate representation of color #3B193B: hue angle of 300º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B193B is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB592559-
CMYK00.5800.77
HSL300º40.48%16.47%-
HSV(B)300º57.63%23.14%-
XYZ2.941.944.36-
YUV39.04139.26142.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=41.26%
G=17.48%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59255900.5800.7730040.4816.47
Hex3B193B03A04D12c2810
Octal73317307201154545020
Binary1110111100111101101110100100110110010110010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B193B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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