Html Css Color HEX #3B2241 Mardi Gras

📋 copy color: '#3B2241'

red 59 ◦ green 34 ◦ blue 65

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

Shades of Mardi Gras #3B2241

Tints of Mardi Gras #3B2241

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.52%

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

R = 37.34%
G = 21.52%
B = 41.14%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B2241 (or 0x3B2241) is known color: Mardi Gras. HEX triplet: 3B, 22 and 41. RGB value is (59,34,65). Sum of RGB (Red+Green+Blue) = 59+34+65=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #3B2241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2241 is #C4DDBE. Grayscale: #2C2C2C. Windows color (decimal): -12901823 or 4268603. OLE color: 4268603.

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

Color convert

RGB 59 34 65 -
CMYK 0.09 0.48 0 0.75
HSL 288.39º 0.31% 0.19% -
HSV(B) 288.39º 0.48% 0.25% -
XYZ 3.33 2.46 5.3 -
YUV 45.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 59 34 65 0.09 0.48 0 0.75 288.39 0.31 0.19
Hex 3B 22 41 9 30 0 4B 120 1F 13
Octal 73 42 101 11 60 0 113 440 37 23
Binary 111011 100010 1000001 1001 110000 0 1001011 100100000 11111 10011

Color Harmonies of #3B2241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2241

Black with #3B2241

Text Example


Text Example

White with #3B2241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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