#3B133D

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

Shades of Mardi Gras #3B133D

Tints of Mardi Gras #3B133D

Color information

#3B133D (or 0x3B133D) is unknown color: approx Mardi Gras. HEX triplet: 3B, 13 and 3D. RGB value is (59,19,61). Sum of RGB (Red+Green+Blue) = 59+19+61=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 61 (24.22% from 255 or 43.88% from 139); Max value from RGB is 61 - color contains mainly: blue. Hex color #3B133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B133D is #C4ECC2. Grayscale: #232323. Windows color (decimal): -12905667 or 4002619. OLE color: 4002619.

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

Color convert

RGB591961-
CMYK0.030.6900.76
HSL297.14º52.5%15.69%-
HSV(B)297.14º68.85%23.92%-
XYZ2.881.734.6-
YUV35.75142.25144.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.45%
GREEN value IS 19 (7.81% from 255) = 13.67%
BLUE value IS 61 (24.22% from 255) = 43.88%
R=42.45%
G=13.67%
B=43.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5919610.030.6900.76297.1452.515.69
Hex3B133D34504C1293410
Octal732375310501144516420
Binary111011100111111011110001010100110010010100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B133D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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