#3B0434

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

Shades of Mardi Gras #3B0434

Tints of Mardi Gras #3B0434

Color information

#3B0434 (or 0x3B0434) is unknown color: approx Mardi Gras. HEX triplet: 3B, 04 and 34. RGB value is (59,4,52). Sum of RGB (Red+Green+Blue) = 59+4+52=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 52 (20.70% from 255 or 45.22% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0434 is #C4FBCB. Grayscale: #191919. Windows color (decimal): -12909516 or 3408955. OLE color: 3408955.

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

Color convert

RGB59452-
CMYK00.930.120.77
HSL307.64º87.3%12.35%-
HSV(B)307.64º93.22%23.14%-
XYZ2.471.263.36-
YUV25.92142.72151.6-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 51.30%
GREEN value IS 4 (1.95% from 255) = 3.48%
BLUE value IS 52 (20.70% from 255) = 45.22%
R=51.30%
G=3.48%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5945200.930.120.77307.6487.312.35
Hex3B43405DC4D13457c
Octal7346401351411546412714
Binary111011100110100010111011100100110110011010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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