Html Css Color HEX #3B1641 Mardi Gras

📋 copy color: '#3B1641'

red 59 ◦ green 22 ◦ blue 65

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

Shades of Mardi Gras #3B1641

Tints of Mardi Gras #3B1641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

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

R = 40.41%
G = 15.07%
B = 44.52%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1641 (or 0x3B1641) is known color: Mardi Gras. HEX triplet: 3B, 16 and 41. RGB value is (59,22,65). Sum of RGB (Red+Green+Blue) = 59+22+65=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 65 (25.78% from 255 or 44.52% from 146); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1641 is #C4E9BE. Grayscale: #252525. Windows color (decimal): -12904895 or 4265531. OLE color: 4265531.

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

Color convert

RGB 59 22 65 -
CMYK 0.09 0.66 0 0.75
HSL 291.63º 0.49% 0.17% -
HSV(B) 291.63º 0.66% 0.25% -
XYZ 3.04 1.89 5.2 -
YUV 37.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 59 22 65 0.09 0.66 0 0.75 291.63 0.49 0.17
Hex 3B 16 41 9 42 0 4B 124 31 11
Octal 73 26 101 11 102 0 113 444 61 21
Binary 111011 10110 1000001 1001 1000010 0 1001011 100100100 110001 10001

Color Harmonies of #3B1641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1641

Black with #3B1641

Text Example


Text Example

White with #3B1641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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