#3B0334

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

Shades of Mardi Gras #3B0334

Tints of Mardi Gras #3B0334

Color information

#3B0334 (or 0x3B0334) is unknown color: approx Mardi Gras. HEX triplet: 3B, 03 and 34. RGB value is (59,3,52). Sum of RGB (Red+Green+Blue) = 59+3+52=114 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.75% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0334 is #C4FCCB. Grayscale: #191919. Windows color (decimal): -12909772 or 3408699. OLE color: 3408699.

HSL color Cylindrical-coordinate representation of color #3B0334: hue angle of 307.5º 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 #3B0334 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB59352-
CMYK00.950.120.77
HSL307.5º90.32%12.16%-
HSV(B)307.5º94.92%23.14%-
XYZ2.461.243.36-
YUV25.33143.05152.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.75%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 52 (20.70% from 255) = 45.61%
R=51.75%
G=2.63%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5935200.950.120.77307.590.3212.16
Hex3B33405FC4D1345ac
Octal7336401371411546413214
Binary11101111110100010111111100100110110011010010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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