#3A113D

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

Shades of Mardi Gras #3A113D

Tints of Mardi Gras #3A113D

Color information

#3A113D (or 0x3A113D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 11 and 3D. RGB value is (58,17,61). Sum of RGB (Red+Green+Blue) = 58+17+61=136 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.65% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 61 (24.22% from 255 or 44.85% from 136); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A113D is #C5EEC2. Grayscale: #222222. Windows color (decimal): -12971715 or 4002106. OLE color: 4002106.

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

Color convert

RGB581761-
CMYK0.050.7200.76
HSL295.91º56.41%15.29%-
HSV(B)295.91º72.13%23.92%-
XYZ2.791.644.58-
YUV34.28143.08144.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 42.65%
GREEN value IS 17 (7.03% from 255) = 12.5%
BLUE value IS 61 (24.22% from 255) = 44.85%
R=42.65%
G=12.5%
B=44.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5817610.050.7200.76295.9156.4115.29
Hex3A113D54804C12838f
Octal722175511001144507017
Binary111010100011111011011001000010011001001010001110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A113D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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