#3A163D

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

Shades of Mardi Gras #3A163D

Tints of Mardi Gras #3A163D

Color information

#3A163D (or 0x3A163D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 16 and 3D. RGB value is (58,22,61). Sum of RGB (Red+Green+Blue) = 58+22+61=141 (18% of max value = 765). Red value is 58 (23.05% from 255 or 41.13% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A163D is #C5E9C2. Grayscale: #252525. Windows color (decimal): -12970435 or 4003386. OLE color: 4003386.

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

Color convert

RGB582261-
CMYK0.050.6400.76
HSL295.38º46.99%16.27%-
HSV(B)295.38º63.93%23.92%-
XYZ2.871.814.61-
YUV37.21141.43142.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 41.13%
GREEN value IS 22 (8.98% from 255) = 15.60%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=41.13%
G=15.60%
B=43.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5822610.050.6400.76295.3846.9916.27
Hex3A163D54004C1272f10
Octal722675510001144475720
Binary1110101011011110110110000000100110010010011110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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