#3A193D

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

Shades of Mardi Gras #3A193D

Tints of Mardi Gras #3A193D

Color information

#3A193D (or 0x3A193D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 19 and 3D. RGB value is (58,25,61). Sum of RGB (Red+Green+Blue) = 58+25+61=144 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40.28% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A193D is #C5E6C2. Grayscale: #262626. Windows color (decimal): -12969667 or 4004154. OLE color: 4004154.

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

Color convert

RGB582561-
CMYK0.050.5900.76
HSL295º41.86%16.86%-
HSV(B)295º59.02%23.92%-
XYZ2.931.934.63-
YUV38.97140.43141.57-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.28%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=40.28%
G=17.36%
B=42.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5825610.050.5900.7629541.8616.86
Hex3A193D53B04C1272a11
Octal72317557301144475221
Binary111010110011111011011110110100110010010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,25,61); }

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

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

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

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

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

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

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