Html Css Color HEX #3B1841 Mardi Gras

📋 copy color: '#3B1841'

red 59 ◦ green 24 ◦ blue 65

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

Shades of Mardi Gras #3B1841

Tints of Mardi Gras #3B1841

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 39.86%
G = 16.22%
B = 43.92%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1841 (or 0x3B1841) is known color: Mardi Gras. HEX triplet: 3B, 18 and 41. RGB value is (59,24,65). Sum of RGB (Red+Green+Blue) = 59+24+65=148 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.86% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B1841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1841 is #C4E7BE. Grayscale: #272727. Windows color (decimal): -12904383 or 4266043. OLE color: 4266043.

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

Color convert

RGB 59 24 65 -
CMYK 0.09 0.63 0 0.75
HSL 291.22º 0.46% 0.17% -
HSV(B) 291.22º 0.63% 0.25% -
XYZ 3.08 1.96 5.22 -
YUV 39.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 59 24 65 0.09 0.63 0 0.75 291.22 0.46 0.17
Hex 3B 18 41 9 3F 0 4B 123 2E 11
Octal 73 30 101 11 77 0 113 443 56 21
Binary 111011 11000 1000001 1001 111111 0 1001011 100100011 101110 10001

Color Harmonies of #3B1841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1841

Black with #3B1841

Text Example


Text Example

White with #3B1841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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