Html Css Color HEX #3B2339 Mardi Gras

📋 copy color: '#3B2339'

red 59 ◦ green 35 ◦ blue 57

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

Shades of Mardi Gras #3B2339

Tints of Mardi Gras #3B2339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

 BLUE value IS 57 (22.66% from 255) = 37.75%

R = 39.07%
G = 23.18%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3B2339 (or 0x3B2339) is known color: Mardi Gras. HEX triplet: 3B, 23 and 39. RGB value is (59,35,57). Sum of RGB (Red+Green+Blue) = 59+35+57=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2339 is #C4DCC6. Grayscale: #2C2C2C. Windows color (decimal): -12901575 or 3744571. OLE color: 3744571.

HSL color Cylindrical-coordinate representation of color #3B2339: hue angle of 305º degrees, saturation: 0.26, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B2339 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 35 57 -
CMYK 0 0.41 0.03 0.77
HSL 305º 0.26% 0.18% -
HSV(B) 305º 0.41% 0.23% -
XYZ 3.14 2.43 4.17 -
YUV 44.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 59 35 57 0 0.41 0.03 0.77 305 0.26 0.18
Hex 3B 23 39 0 29 3 4D 131 1A 12
Octal 73 43 71 0 51 3 115 461 32 22
Binary 111011 100011 111001 0 101001 11 1001101 100110001 11010 10010

Color Harmonies of #3B2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2339

Black with #3B2339

Text Example


Text Example

White with #3B2339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,35,57); }

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

background-color css

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

 a { background-color: rgb(59,35,57); }

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

border-color css

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

 span { border-color: rgb(59,35,57); }

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