Html Css Color HEX #341F31 Mardi Gras

📋 copy color: '#341F31'

red 52 ◦ green 31 ◦ blue 49

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

Shades of Mardi Gras #341F31

Tints of Mardi Gras #341F31

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.48%

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

R = 39.39%
G = 23.48%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341F31 (or 0x341F31) is known color: Mardi Gras. HEX triplet: 34, 1F and 31. RGB value is (52,31,49). Sum of RGB (Red+Green+Blue) = 52+31+49=132 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.39% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 49 (19.53% from 255 or 37.12% from 132); Max value from RGB is 52 - color contains mainly: red. Hex color #341F31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #341F31 is #CBE0CE. Grayscale: #272727. Windows color (decimal): -13361359 or 3219252. OLE color: 3219252.

HSL color Cylindrical-coordinate representation of color #341F31: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #341F31 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 31 49 -
CMYK 0 0.40 0.06 0.80
HSL 308.57º 0.25% 0.16% -
HSV(B) 308.57º 0.4% 0.2% -
XYZ 2.46 1.93 3.15 -
YUV 39.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 52 31 49 0 0.40 0.06 0.80 308.57 0.25 0.16
Hex 34 1F 31 0 28 6 50 135 19 10
Octal 64 37 61 0 50 6 120 465 31 20
Binary 110100 11111 110001 0 101000 110 1010000 100110101 11001 10000

Color Harmonies of #341F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341F31

Black with #341F31

Text Example


Text Example

White with #341F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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