#3B0337

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

Shades of Mardi Gras #3B0337

Tints of Mardi Gras #3B0337

Color information

#3B0337 (or 0x3B0337) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 37. RGB value is (59,3,55). Sum of RGB (Red+Green+Blue) = 59+3+55=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 55 (21.88% from 255 or 47.01% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0337 is #C4FCC8. Grayscale: #191919. Windows color (decimal): -12909769 or 3605307. OLE color: 3605307.

HSL color Cylindrical-coordinate representation of color #3B0337: hue angle of 304.29º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B0337 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB59355-
CMYK00.950.070.77
HSL304.29º90.32%12.16%-
HSV(B)304.29º94.92%23.14%-
XYZ2.531.273.73-
YUV25.67144.55151.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.43%
GREEN value IS 3 (1.56% from 255) = 2.56%
BLUE value IS 55 (21.88% from 255) = 47.01%
R=50.43%
G=2.56%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.07
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5935500.950.070.77304.2990.3212.16
Hex3B33705F74D1305ac
Octal733670137711546013214
Binary1110111111011101011111111100110110011000010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,55); }

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

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

 a { background-color: rgb(59,3,55); }

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

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

 span { border-color: rgb(59,3,55); }

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