Html Css Color HEX #341A31 Mardi Gras

📋 copy color: '#341A31'

red 52 ◦ green 26 ◦ blue 49

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

Shades of Mardi Gras #341A31

Tints of Mardi Gras #341A31

RGB

 RED value IS 52 (20.7% from 255) = 40.94%

 GREEN value IS 26 (10.55% from 255) = 20.47%

 BLUE value IS 49 (19.53% from 255) = 38.58%

R = 40.94%
G = 20.47%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341A31 (or 0x341A31) is known color: Mardi Gras. HEX triplet: 34, 1A and 31. RGB value is (52,26,49). Sum of RGB (Red+Green+Blue) = 52+26+49=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #341A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341A31 is #CBE5CE. Grayscale: #242424. Windows color (decimal): -13362639 or 3217972. OLE color: 3217972.

HSL color Cylindrical-coordinate representation of color #341A31: hue angle of 306.92º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #341A31 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 26 49 -
CMYK 0 0.50 0.06 0.80
HSL 306.92º 0.33% 0.15% -
HSV(B) 306.92º 0.5% 0.2% -
XYZ 2.34 1.69 3.11 -
YUV 36.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 52 26 49 0 0.50 0.06 0.80 306.92 0.33 0.15
Hex 34 1A 31 0 32 6 50 133 21 F
Octal 64 32 61 0 62 6 120 463 41 17
Binary 110100 11010 110001 0 110010 110 1010000 100110011 100001 1111

Color Harmonies of #341A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341A31

Black with #341A31

Text Example


Text Example

White with #341A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341A31; }

 p { color: rgb(52,26,49); }

 H1.HeaderClassName
 {
   color: #341A31;
 }
 .AnyTagClassName
 {
   color: #341A31;
 }
</style>

background-color css

<style>
 a { background-color: #341A31; }

 a { background-color: rgb(52,26,49); }

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

border-color css

<style>
 span { border-color: #341A31; }

 span { border-color: rgb(52,26,49); }

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