#3B0039

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

Shades of Mardi Gras #3B0039

Tints of Mardi Gras #3B0039

Color information

#3B0039 (or 0x3B0039) is unknown color: approx Mardi Gras. HEX triplet: 3B, 00 and 39. RGB value is (59,0,57). Sum of RGB (Red+Green+Blue) = 59+0+57=116 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.86% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0039 is #C4FFC6. Grayscale: #171717. Windows color (decimal): -12910535 or 3735611. OLE color: 3735611.

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

Color convert

RGB59057-
CMYK010.030.77
HSL302.03º100%11.57%-
HSV(B)302.03º100%23.14%-
XYZ2.541.233.97-
YUV24.14146.55152.87-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 50.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 57 (22.66% from 255) = 49.14%
R=50.86%
G=0%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59057010.030.77302.0310011.57
Hex3B03906434D12e64c
Octal730710144311545614414
Binary11101101110010110010011100110110010111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,0,57); }

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

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

 a { background-color: rgb(59,0,57); }

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

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

 span { border-color: rgb(59,0,57); }

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