Html Css Color HEX #3B1537 Mardi Gras

📋 copy color: '#3B1537'

red 59 ◦ green 21 ◦ blue 55

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

Shades of Mardi Gras #3B1537

Tints of Mardi Gras #3B1537

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 43.7%
G = 15.56%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.07

 K value IS 0.77

RGB Variations

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

Color information

#3B1537 (or 0x3B1537) is known color: Mardi Gras. HEX triplet: 3B, 15 and 37. RGB value is (59,21,55). Sum of RGB (Red+Green+Blue) = 59+21+55=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1537 is #C4EAC8. Grayscale: #242424. Windows color (decimal): -12905161 or 3609915. OLE color: 3609915.

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

Color convert

RGB 59 21 55 -
CMYK 0 0.64 0.07 0.77
HSL 306.32º 0.48% 0.16% -
HSV(B) 306.32º 0.64% 0.23% -
XYZ 2.76 1.74 3.81 -
YUV 36.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 59 21 55 0 0.64 0.07 0.77 306.32 0.48 0.16
Hex 3B 15 37 0 40 7 4D 132 30 10
Octal 73 25 67 0 100 7 115 462 60 20
Binary 111011 10101 110111 0 1000000 111 1001101 100110010 110000 10000

Color Harmonies of #3B1537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1537

Black with #3B1537

Text Example


Text Example

White with #3B1537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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