#3B1333

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

Shades of Mardi Gras #3B1333

Tints of Mardi Gras #3B1333

Color information

#3B1333 (or 0x3B1333) is unknown color: approx Mardi Gras. HEX triplet: 3B, 13 and 33. RGB value is (59,19,51). Sum of RGB (Red+Green+Blue) = 59+19+51=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 19 (7.81% from 255 or 14.73% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1333 is #C4ECCC. Grayscale: #222222. Windows color (decimal): -12905677 or 3347259. OLE color: 3347259.

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

Color convert

RGB591951-
CMYK00.680.140.77
HSL312º51.28%15.29%-
HSV(B)312º67.8%23.14%-
XYZ2.631.633.31-
YUV34.61137.25145.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 19 (7.81% from 255) = 14.73%
BLUE value IS 51 (20.31% from 255) = 39.53%
R=45.74%
G=14.73%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59195100.680.140.7731251.2815.29
Hex3B1333044E4D13833f
Octal7323630104161154706317
Binary1110111001111001101000100111010011011001110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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