Html Css Color HEX #3B2239 Mardi Gras

📋 copy color: '#3B2239'

red 59 ◦ green 34 ◦ blue 57

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

Shades of Mardi Gras #3B2239

Tints of Mardi Gras #3B2239

RGB

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

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

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

R = 39.33%
G = 22.67%
B = 38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3B2239 (or 0x3B2239) is known color: Mardi Gras. HEX triplet: 3B, 22 and 39. RGB value is (59,34,57). Sum of RGB (Red+Green+Blue) = 59+34+57=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2239 is #C4DDC6. Grayscale: #2C2C2C. Windows color (decimal): -12901831 or 3744315. OLE color: 3744315.

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

Color convert

RGB 59 34 57 -
CMYK 0 0.42 0.03 0.77
HSL 304.8º 0.27% 0.18% -
HSV(B) 304.8º 0.42% 0.23% -
XYZ 3.11 2.37 4.16 -
YUV 44.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 59 34 57 0 0.42 0.03 0.77 304.8 0.27 0.18
Hex 3B 22 39 0 2A 3 4D 131 1B 12
Octal 73 42 71 0 52 3 115 461 33 22
Binary 111011 100010 111001 0 101010 11 1001101 100110001 11011 10010

Color Harmonies of #3B2239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B2239

Black with #3B2239

Text Example


Text Example

White with #3B2239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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