#3B0735

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

Shades of Mardi Gras #3B0735

Tints of Mardi Gras #3B0735

Color information

#3B0735 (or 0x3B0735) is unknown color: approx Mardi Gras. HEX triplet: 3B, 07 and 35. RGB value is (59,7,53). Sum of RGB (Red+Green+Blue) = 59+7+53=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0735 is #C4F8CA. Grayscale: #1B1B1B. Windows color (decimal): -12908747 or 3475259. OLE color: 3475259.

HSL color Cylindrical-coordinate representation of color #3B0735: hue angle of 306.92º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0735 is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.77.

Color convert

RGB59753-
CMYK00.880.100.77
HSL306.92º78.79%12.94%-
HSV(B)306.92º88.14%23.14%-
XYZ2.521.343.49-
YUV27.79142.23150.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 49.58%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=49.58%
G=5.88%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.10
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5975300.880.100.77306.9278.7912.94
Hex3B735058A4D1334fd
Octal7376501301211546311715
Binary111011111110101010110001010100110110011001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,7,53); }

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

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

 a { background-color: rgb(59,7,53); }

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

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

 span { border-color: rgb(59,7,53); }

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