#3E163A

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

Shades of Mardi Gras #3E163A

Tints of Mardi Gras #3E163A

Color information

#3E163A (or 0x3E163A) is unknown color: approx Mardi Gras. HEX triplet: 3E, 16 and 3A. RGB value is (62,22,58). Sum of RGB (Red+Green+Blue) = 62+22+58=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163A is #C1E9C5. Grayscale: #252525. Windows color (decimal): -12708294 or 3806782. OLE color: 3806782.

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

Color convert

RGB622258-
CMYK00.650.060.76
HSL306º47.62%16.47%-
HSV(B)306º64.52%24.31%-
XYZ3.041.94.21-
YUV38.06139.25145.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.66%
GREEN value IS 22 (8.98% from 255) = 15.49%
BLUE value IS 58 (23.05% from 255) = 40.85%
R=43.66%
G=15.49%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62225800.650.060.7630647.6216.47
Hex3E163A04164C1323010
Octal762672010161144626020
Binary1111101011011101001000001110100110010011001011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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