Html Css Color HEX #3B0137 Mardi Gras

📋 copy color: '#3B0137'

red 59 ◦ green 1 ◦ blue 55

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

Shades of Mardi Gras #3B0137

Tints of Mardi Gras #3B0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 47.83%

R = 51.3%
G = 0.87%
B = 47.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#3B0137 (or 0x3B0137) is known color: Mardi Gras. HEX triplet: 3B, 01 and 37. RGB value is (59,1,55). Sum of RGB (Red+Green+Blue) = 59+1+55=115 (15% of max value = 765). Red value is 59 (23.44% from 255 or 51.30% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0137 is #C4FEC8. Grayscale: #181818. Windows color (decimal): -12910281 or 3604795. OLE color: 3604795.

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

Color convert

RGB 59 1 55 -
CMYK 0 0.98 0.07 0.77
HSL 304.14º 0.97% 0.12% -
HSV(B) 304.14º 0.98% 0.23% -
XYZ 2.5 1.23 3.72 -
YUV 24.5 145.22 152.61 -
System Red Green Blue C M Y K H S L
Decimal 59 1 55 0 0.98 0.07 0.77 304.14 0.97 0.12
Hex 3B 1 37 0 62 7 4D 130 61 C
Octal 73 1 67 0 142 7 115 460 141 14
Binary 111011 1 110111 0 1100010 111 1001101 100110000 1100001 1100

Color Harmonies of #3B0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0137

Black with #3B0137

Text Example


Text Example

White with #3B0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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