Html Css Color HEX #3B1441 Mardi Gras

📋 copy color: '#3B1441'

red 59 ◦ green 20 ◦ blue 65

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

Shades of Mardi Gras #3B1441

Tints of Mardi Gras #3B1441

RGB

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

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

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

R = 40.97%
G = 13.89%
B = 45.14%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1441 (or 0x3B1441) is known color: Mardi Gras. HEX triplet: 3B, 14 and 41. RGB value is (59,20,65). Sum of RGB (Red+Green+Blue) = 59+20+65=144 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.97% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1441 is #C4EBBE. Grayscale: #242424. Windows color (decimal): -12905407 or 4265019. OLE color: 4265019.

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

Color convert

RGB 59 20 65 -
CMYK 0.09 0.69 0 0.75
HSL 292º 0.53% 0.17% -
HSV(B) 292º 0.69% 0.25% -
XYZ 3.01 1.81 5.19 -
YUV 36.79 143.92 143.84 -
System Red Green Blue C M Y K H S L
Decimal 59 20 65 0.09 0.69 0 0.75 292 0.53 0.17
Hex 3B 14 41 9 45 0 4B 124 35 11
Octal 73 24 101 11 105 0 113 444 65 21
Binary 111011 10100 1000001 1001 1000101 0 1001011 100100100 110101 10001

Color Harmonies of #3B1441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1441

Black with #3B1441

Text Example


Text Example

White with #3B1441

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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