Html Css Color HEX #3B0139 Mardi Gras

📋 copy color: '#3B0139'

red 59 ◦ green 1 ◦ blue 57

#3B0139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3B0139

Tints of Mardi Gras #3B0139

RGB

 RED value IS 59 (23.44% from 255) = 50.43%

 GREEN value IS 1 (0.78% from 255) = 0.85%

 BLUE value IS 57 (22.66% from 255) = 48.72%

R = 50.43%
G = 0.85%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3B0139 (or 0x3B0139) is known color: Mardi Gras. HEX triplet: 3B, 01 and 39. RGB value is (59,1,57). Sum of RGB (Red+Green+Blue) = 59+1+57=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0139 is #C4FEC6. Grayscale: #181818. Windows color (decimal): -12910279 or 3735867. OLE color: 3735867.

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

Color convert

RGB 59 1 57 -
CMYK 0 0.98 0.03 0.77
HSL 302.07º 0.97% 0.12% -
HSV(B) 302.07º 0.98% 0.23% -
XYZ 2.55 1.25 3.98 -
YUV 24.73 146.22 152.45 -
System Red Green Blue C M Y K H S L
Decimal 59 1 57 0 0.98 0.03 0.77 302.07 0.97 0.12
Hex 3B 1 39 0 62 3 4D 12E 61 C
Octal 73 1 71 0 142 3 115 456 141 14
Binary 111011 1 111001 0 1100010 11 1001101 100101110 1100001 1100

Color Harmonies of #3B0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0139

Black with #3B0139

Text Example


Text Example

White with #3B0139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B0139;
 }
 .AnyTagClassName
 {
   color: #3B0139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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