Html Css Color HEX #3B2240 Mardi Gras

📋 copy color: '#3B2240'

red 59 ◦ green 34 ◦ blue 64

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

Shades of Mardi Gras #3B2240

Tints of Mardi Gras #3B2240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 40.76%

R = 37.58%
G = 21.66%
B = 40.76%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B2240 (or 0x3B2240) is known color: Mardi Gras. HEX triplet: 3B, 22 and 40. RGB value is (59,34,64). Sum of RGB (Red+Green+Blue) = 59+34+64=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 64 (25.39% from 255 or 40.76% from 157); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B2240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2240 is #C4DDBF. Grayscale: #2C2C2C. Windows color (decimal): -12901824 or 4203067. OLE color: 4203067.

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

Color convert

RGB 59 34 64 -
CMYK 0.08 0.47 0 0.75
HSL 290º 0.31% 0.19% -
HSV(B) 290º 0.47% 0.25% -
XYZ 3.3 2.44 5.15 -
YUV 44.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 59 34 64 0.08 0.47 0 0.75 290 0.31 0.19
Hex 3B 22 40 8 2F 0 4B 122 1F 13
Octal 73 42 100 10 57 0 113 442 37 23
Binary 111011 100010 1000000 1000 101111 0 1001011 100100010 11111 10011

Color Harmonies of #3B2240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2240

Black with #3B2240

Text Example


Text Example

White with #3B2240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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