#3E163B

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

Shades of Mardi Gras #3E163B

Tints of Mardi Gras #3E163B

Color information

#3E163B (or 0x3E163B) is unknown color: approx Mardi Gras. HEX triplet: 3E, 16 and 3B. RGB value is (62,22,59). Sum of RGB (Red+Green+Blue) = 62+22+59=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163B is #C1E9C4. Grayscale: #262626. Windows color (decimal): -12708293 or 3872318. OLE color: 3872318.

HSL color Cylindrical-coordinate representation of color #3E163B: hue angle of 304.5º 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 #3E163B is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.76.

Color convert

RGB622259-
CMYK00.650.050.76
HSL304.5º47.62%16.47%-
HSV(B)304.5º64.52%24.31%-
XYZ3.061.914.35-
YUV38.18139.75144.99-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 43.36%
GREEN value IS 22 (8.98% from 255) = 15.38%
BLUE value IS 59 (23.44% from 255) = 41.26%
R=43.36%
G=15.38%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62225900.650.050.76304.547.6216.47
Hex3E163B04154C1303010
Octal762673010151144606020
Binary1111101011011101101000001101100110010011000011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E163B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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