Html Css Color HEX #3B1240 Mardi Gras

📋 copy color: '#3B1240'

red 59 ◦ green 18 ◦ blue 64

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

Shades of Mardi Gras #3B1240

Tints of Mardi Gras #3B1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.77%

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

R = 41.84%
G = 12.77%
B = 45.39%

CMYK

 C value IS 0.08

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1240 (or 0x3B1240) is known color: Mardi Gras. HEX triplet: 3B, 12 and 40. RGB value is (59,18,64). Sum of RGB (Red+Green+Blue) = 59+18+64=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1240 is #C4EDBF. Grayscale: #232323. Windows color (decimal): -12905920 or 4198971. OLE color: 4198971.

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

Color convert

RGB 59 18 64 -
CMYK 0.08 0.72 0 0.75
HSL 293.48º 0.56% 0.16% -
HSV(B) 293.48º 0.72% 0.25% -
XYZ 2.95 1.73 5.03 -
YUV 35.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 59 18 64 0.08 0.72 0 0.75 293.48 0.56 0.16
Hex 3B 12 40 8 48 0 4B 125 38 10
Octal 73 22 100 10 110 0 113 445 70 20
Binary 111011 10010 1000000 1000 1001000 0 1001011 100100101 111000 10000

Color Harmonies of #3B1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1240

Black with #3B1240

Text Example


Text Example

White with #3B1240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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