Html Css Color HEX #401B3B Mardi Gras

📋 copy color: '#401B3B'

red 64 ◦ green 27 ◦ blue 59

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

Shades of Mardi Gras #401B3B

Tints of Mardi Gras #401B3B

RGB

 RED value IS 64 (25.39% from 255) = 42.67%

 GREEN value IS 27 (10.94% from 255) = 18%

 BLUE value IS 59 (23.44% from 255) = 39.33%

R = 42.67%
G = 18%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#401B3B (or 0x401B3B) is known color: Mardi Gras. HEX triplet: 40, 1B and 3B. RGB value is (64,27,59). Sum of RGB (Red+Green+Blue) = 64+27+59=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 64 - color contains mainly: red. Hex color #401B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401B3B is #BFE4C4. Grayscale: #292929. Windows color (decimal): -12575941 or 3873600. OLE color: 3873600.

HSL color Cylindrical-coordinate representation of color #401B3B: hue angle of 308.11º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #401B3B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 27 59 -
CMYK 0 0.58 0.08 0.75
HSL 308.11º 0.41% 0.18% -
HSV(B) 308.11º 0.58% 0.25% -
XYZ 3.3 2.19 4.39 -
YUV 41.71 137.76 143.9 -
System Red Green Blue C M Y K H S L
Decimal 64 27 59 0 0.58 0.08 0.75 308.11 0.41 0.18
Hex 40 1B 3B 0 3A 8 4B 134 29 12
Octal 100 33 73 0 72 10 113 464 51 22
Binary 1000000 11011 111011 0 111010 1000 1001011 100110100 101001 10010

Color Harmonies of #401B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401B3B

Black with #401B3B

Text Example


Text Example

White with #401B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401B3B; }

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

 H1.HeaderClassName
 {
   color: #401B3B;
 }
 .AnyTagClassName
 {
   color: #401B3B;
 }
</style>

background-color css

<style>
 a { background-color: #401B3B; }

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

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

border-color css

<style>
 span { border-color: #401B3B; }

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

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