Html Css Color HEX #3B1040 Mardi Gras

📋 copy color: '#3B1040'

red 59 ◦ green 16 ◦ blue 64

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

Shades of Mardi Gras #3B1040

Tints of Mardi Gras #3B1040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.51%

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

R = 42.45%
G = 11.51%
B = 46.04%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1040 (or 0x3B1040) is known color: Mardi Gras. HEX triplet: 3B, 10 and 40. RGB value is (59,16,64). Sum of RGB (Red+Green+Blue) = 59+16+64=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1040 is #C4EFBF. Grayscale: #222222. Windows color (decimal): -12906432 or 4198459. OLE color: 4198459.

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

Color convert

RGB 59 16 64 -
CMYK 0.08 0.75 0 0.75
HSL 293.75º 0.6% 0.16% -
HSV(B) 293.75º 0.75% 0.25% -
XYZ 2.91 1.67 5.02 -
YUV 34.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 59 16 64 0.08 0.75 0 0.75 293.75 0.6 0.16
Hex 3B 10 40 8 4B 0 4B 126 3C 10
Octal 73 20 100 10 113 0 113 446 74 20
Binary 111011 10000 1000000 1000 1001011 0 1001011 100100110 111100 10000

Color Harmonies of #3B1040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1040

Black with #3B1040

Text Example


Text Example

White with #3B1040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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