#3A183F

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

Shades of Mardi Gras #3A183F

Tints of Mardi Gras #3A183F

Color information

#3A183F (or 0x3A183F) is unknown color: approx Mardi Gras. HEX triplet: 3A, 18 and 3F. RGB value is (58,24,63). Sum of RGB (Red+Green+Blue) = 58+24+63=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 63 (25% from 255 or 43.45% from 145); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A183F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A183F is #C5E7C0. Grayscale: #262626. Windows color (decimal): -12969921 or 4134970. OLE color: 4134970.

HSL color Cylindrical-coordinate representation of color #3A183F: hue angle of 292.31º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A183F is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB582463-
CMYK0.080.6200.75
HSL292.31º44.83%17.06%-
HSV(B)292.31º61.9%24.71%-
XYZ2.971.914.92-
YUV38.61141.76141.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 63 (25% from 255) = 43.45%
R=40%
G=16.55%
B=43.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5824630.080.6200.75292.3144.8317.06
Hex3A183F83E04B1242d11
Octal723077107601134445521
Binary1110101100011111110001111100100101110010010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A183F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,24,63); }

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

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

 a { background-color: rgb(58,24,63); }

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

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

 span { border-color: rgb(58,24,63); }

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