Html Css Color HEX #3B1D37 Mardi Gras

📋 copy color: '#3B1D37'

red 59 ◦ green 29 ◦ blue 55

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

Shades of Mardi Gras #3B1D37

Tints of Mardi Gras #3B1D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.28%

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

R = 41.26%
G = 20.28%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#3B1D37 (or 0x3B1D37) is known color: Mardi Gras. HEX triplet: 3B, 1D and 37. RGB value is (59,29,55). Sum of RGB (Red+Green+Blue) = 59+29+55=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 55 (21.88% from 255 or 38.46% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D37 is #C4E2C8. Grayscale: #282828. Windows color (decimal): -12903113 or 3611963. OLE color: 3611963.

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

Color convert

RGB 59 29 55 -
CMYK 0 0.51 0.07 0.77
HSL 308º 0.34% 0.17% -
HSV(B) 308º 0.51% 0.23% -
XYZ 2.93 2.08 3.86 -
YUV 40.93 135.94 140.89 -
System Red Green Blue C M Y K H S L
Decimal 59 29 55 0 0.51 0.07 0.77 308 0.34 0.17
Hex 3B 1D 37 0 33 7 4D 134 22 11
Octal 73 35 67 0 63 7 115 464 42 21
Binary 111011 11101 110111 0 110011 111 1001101 100110100 100010 10001

Color Harmonies of #3B1D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1D37

Black with #3B1D37

Text Example


Text Example

White with #3B1D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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