#3B1133

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

Shades of Mardi Gras #3B1133

Tints of Mardi Gras #3B1133

Color information

#3B1133 (or 0x3B1133) is unknown color: approx Mardi Gras. HEX triplet: 3B, 11 and 33. RGB value is (59,17,51). Sum of RGB (Red+Green+Blue) = 59+17+51=127 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.46% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1133 is #C4EECC. Grayscale: #212121. Windows color (decimal): -12906189 or 3346747. OLE color: 3346747.

HSL color Cylindrical-coordinate representation of color #3B1133: hue angle of 311.43º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B1133 is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB591751-
CMYK00.710.140.77
HSL311.43º55.26%14.9%-
HSV(B)311.43º71.19%23.14%-
XYZ2.61.573.3-
YUV33.43137.91146.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.46%
GREEN value IS 17 (7.03% from 255) = 13.39%
BLUE value IS 51 (20.31% from 255) = 40.16%
R=46.46%
G=13.39%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59175100.710.140.77311.4355.2614.9
Hex3B1133047E4D13737f
Octal7321630107161154676717
Binary1110111000111001101000111111010011011001101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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