#3A173D

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

Shades of Mardi Gras #3A173D

Tints of Mardi Gras #3A173D

Color information

#3A173D (or 0x3A173D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 17 and 3D. RGB value is (58,23,61). Sum of RGB (Red+Green+Blue) = 58+23+61=142 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.85% from 142); Green value is 23 (9.38% from 255 or 16.20% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A173D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A173D is #C5E8C2. Grayscale: #252525. Windows color (decimal): -12970179 or 4003642. OLE color: 4003642.

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

Color convert

RGB582361-
CMYK0.050.6200.76
HSL295.26º45.24%16.47%-
HSV(B)295.26º62.3%23.92%-
XYZ2.891.854.62-
YUV37.8141.1142.41-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.85%
GREEN value IS 23 (9.38% from 255) = 16.20%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=40.85%
G=16.20%
B=42.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5823610.050.6200.76295.2645.2416.47
Hex3A173D53E04C1272d10
Octal72277557601144475520
Binary111010101111111011011111100100110010010011110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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