Html Css Color HEX #3B1437 Mardi Gras

📋 copy color: '#3B1437'

red 59 ◦ green 20 ◦ blue 55

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

Shades of Mardi Gras #3B1437

Tints of Mardi Gras #3B1437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 44.03%
G = 14.93%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#3B1437 (or 0x3B1437) is known color: Mardi Gras. HEX triplet: 3B, 14 and 37. RGB value is (59,20,55). Sum of RGB (Red+Green+Blue) = 59+20+55=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1437 is #C4EBC8. Grayscale: #232323. Windows color (decimal): -12905417 or 3609659. OLE color: 3609659.

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

Color convert

RGB 59 20 55 -
CMYK 0 0.66 0.07 0.77
HSL 306.15º 0.49% 0.15% -
HSV(B) 306.15º 0.66% 0.23% -
XYZ 2.74 1.71 3.8 -
YUV 35.65 138.92 144.65 -
System Red Green Blue C M Y K H S L
Decimal 59 20 55 0 0.66 0.07 0.77 306.15 0.49 0.15
Hex 3B 14 37 0 42 7 4D 132 31 F
Octal 73 24 67 0 102 7 115 462 61 17
Binary 111011 10100 110111 0 1000010 111 1001101 100110010 110001 1111

Color Harmonies of #3B1437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1437

Black with #3B1437

Text Example


Text Example

White with #3B1437

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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