Html Css Color HEX #3B1440 Mardi Gras

📋 copy color: '#3B1440'

red 59 ◦ green 20 ◦ blue 64

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

Shades of Mardi Gras #3B1440

Tints of Mardi Gras #3B1440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.99%

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

R = 41.26%
G = 13.99%
B = 44.76%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3B1440 (or 0x3B1440) is known color: Mardi Gras. HEX triplet: 3B, 14 and 40. RGB value is (59,20,64). Sum of RGB (Red+Green+Blue) = 59+20+64=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #3B1440 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1440 is #C4EBBF. Grayscale: #242424. Windows color (decimal): -12905408 or 4199483. OLE color: 4199483.

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

Color convert

RGB 59 20 64 -
CMYK 0.08 0.69 0 0.75
HSL 293.18º 0.52% 0.16% -
HSV(B) 293.18º 0.69% 0.25% -
XYZ 2.98 1.8 5.04 -
YUV 36.68 143.42 143.92 -
System Red Green Blue C M Y K H S L
Decimal 59 20 64 0.08 0.69 0 0.75 293.18 0.52 0.16
Hex 3B 14 40 8 45 0 4B 125 34 10
Octal 73 24 100 10 105 0 113 445 64 20
Binary 111011 10100 1000000 1000 1000101 0 1001011 100100101 110100 10000

Color Harmonies of #3B1440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1440

Black with #3B1440

Text Example


Text Example

White with #3B1440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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