Html Css Color HEX #3B1B41 Mardi Gras

📋 copy color: '#3B1B41'

red 59 ◦ green 27 ◦ blue 65

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

Shades of Mardi Gras #3B1B41

Tints of Mardi Gras #3B1B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.05%

R = 39.07%
G = 17.88%
B = 43.05%

CMYK

 C value IS 0.09

 M value IS 0.58

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1B41 (or 0x3B1B41) is known color: Mardi Gras. HEX triplet: 3B, 1B and 41. RGB value is (59,27,65). Sum of RGB (Red+Green+Blue) = 59+27+65=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1B41 is #C4E4BE. Grayscale: #282828. Windows color (decimal): -12903615 or 4266811. OLE color: 4266811.

HSL color Cylindrical-coordinate representation of color #3B1B41: hue angle of 290.53º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B1B41 is Cyan = 0.09, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 27 65 -
CMYK 0.09 0.58 0 0.75
HSL 290.53º 0.41% 0.18% -
HSV(B) 290.53º 0.58% 0.25% -
XYZ 3.15 2.1 5.24 -
YUV 40.9 141.6 140.91 -
System Red Green Blue C M Y K H S L
Decimal 59 27 65 0.09 0.58 0 0.75 290.53 0.41 0.18
Hex 3B 1B 41 9 3A 0 4B 123 29 12
Octal 73 33 101 11 72 0 113 443 51 22
Binary 111011 11011 1000001 1001 111010 0 1001011 100100011 101001 10010

Color Harmonies of #3B1B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1B41

Black with #3B1B41

Text Example


Text Example

White with #3B1B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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