Html Css Color HEX #3B1339 Mardi Gras

📋 copy color: '#3B1339'

red 59 ◦ green 19 ◦ blue 57

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

Shades of Mardi Gras #3B1339

Tints of Mardi Gras #3B1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.07%

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

R = 43.7%
G = 14.07%
B = 42.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.77

RGB Variations

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

Color information

#3B1339 (or 0x3B1339) is known color: Mardi Gras. HEX triplet: 3B, 13 and 39. RGB value is (59,19,57). Sum of RGB (Red+Green+Blue) = 59+19+57=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 19 (7.81% from 255 or 14.07% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1339 is #C4ECC6. Grayscale: #232323. Windows color (decimal): -12905671 or 3740475. OLE color: 3740475.

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

Color convert

RGB 59 19 57 -
CMYK 0 0.68 0.03 0.77
HSL 303º 0.51% 0.15% -
HSV(B) 303º 0.68% 0.23% -
XYZ 2.78 1.69 4.05 -
YUV 35.29 140.25 144.91 -
System Red Green Blue C M Y K H S L
Decimal 59 19 57 0 0.68 0.03 0.77 303 0.51 0.15
Hex 3B 13 39 0 44 3 4D 12F 33 F
Octal 73 23 71 0 104 3 115 457 63 17
Binary 111011 10011 111001 0 1000100 11 1001101 100101111 110011 1111

Color Harmonies of #3B1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1339

Black with #3B1339

Text Example


Text Example

White with #3B1339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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