Html Css Color HEX #3B1340 Mardi Gras

📋 copy color: '#3B1340'

red 59 ◦ green 19 ◦ blue 64

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

Shades of Mardi Gras #3B1340

Tints of Mardi Gras #3B1340

RGB

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

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

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

R = 41.55%
G = 13.38%
B = 45.07%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1340 (or 0x3B1340) is known color: Mardi Gras. HEX triplet: 3B, 13 and 40. RGB value is (59,19,64). Sum of RGB (Red+Green+Blue) = 59+19+64=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1340 is #C4ECBF. Grayscale: #232323. Windows color (decimal): -12905664 or 4199227. OLE color: 4199227.

HSL color Cylindrical-coordinate representation of color #3B1340: hue angle of 293.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3B1340 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 59 19 64 -
CMYK 0.08 0.70 0 0.75
HSL 293.33º 0.54% 0.16% -
HSV(B) 293.33º 0.7% 0.25% -
XYZ 2.96 1.77 5.04 -
YUV 36.09 143.75 144.34 -
System Red Green Blue C M Y K H S L
Decimal 59 19 64 0.08 0.70 0 0.75 293.33 0.54 0.16
Hex 3B 13 40 8 46 0 4B 125 36 10
Octal 73 23 100 10 106 0 113 445 66 20
Binary 111011 10011 1000000 1000 1000110 0 1001011 100100101 110110 10000

Color Harmonies of #3B1340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1340

Black with #3B1340

Text Example


Text Example

White with #3B1340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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