#3B113E

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

Shades of Mardi Gras #3B113E

Tints of Mardi Gras #3B113E

Color information

#3B113E (or 0x3B113E) is unknown color: approx Mardi Gras. HEX triplet: 3B, 11 and 3E. RGB value is (59,17,62). Sum of RGB (Red+Green+Blue) = 59+17+62=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 62 (24.61% from 255 or 44.93% from 138); Max value from RGB is 62 - color contains mainly: blue. Hex color #3B113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B113E is #C4EEC1. Grayscale: #222222. Windows color (decimal): -12906178 or 4067643. OLE color: 4067643.

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

Color convert

RGB591762-
CMYK0.050.7300.76
HSL296º56.96%15.49%-
HSV(B)296º72.58%24.31%-
XYZ2.871.684.73-
YUV34.69143.41145.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 62 (24.61% from 255) = 44.93%
R=42.75%
G=12.32%
B=44.93%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5917620.050.7300.7629656.9615.49
Hex3B113E54904C12839f
Octal732176511101144507117
Binary111011100011111101011001001010011001001010001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B113E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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