Html Css Color HEX #3B1B37 Mardi Gras

📋 copy color: '#3B1B37'

red 59 ◦ green 27 ◦ blue 55

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

Shades of Mardi Gras #3B1B37

Tints of Mardi Gras #3B1B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.15%

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

R = 41.84%
G = 19.15%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#3B1B37 (or 0x3B1B37) is known color: Mardi Gras. HEX triplet: 3B, 1B and 37. RGB value is (59,27,55). Sum of RGB (Red+Green+Blue) = 59+27+55=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 27 (10.94% from 255 or 19.15% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B37 is #C4E4C8. Grayscale: #272727. Windows color (decimal): -12903625 or 3611451. OLE color: 3611451.

HSL color Cylindrical-coordinate representation of color #3B1B37: hue angle of 307.5º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B1B37 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 27 55 -
CMYK 0 0.54 0.07 0.77
HSL 307.5º 0.37% 0.17% -
HSV(B) 307.5º 0.54% 0.23% -
XYZ 2.89 1.99 3.85 -
YUV 39.76 136.6 141.72 -
System Red Green Blue C M Y K H S L
Decimal 59 27 55 0 0.54 0.07 0.77 307.5 0.37 0.17
Hex 3B 1B 37 0 36 7 4D 134 25 11
Octal 73 33 67 0 66 7 115 464 45 21
Binary 111011 11011 110111 0 110110 111 1001101 100110100 100101 10001

Color Harmonies of #3B1B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B37

Black with #3B1B37

Text Example


Text Example

White with #3B1B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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