Html Css Color HEX #341931 Mardi Gras

📋 copy color: '#341931'

red 52 ◦ green 25 ◦ blue 49

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

Shades of Mardi Gras #341931

Tints of Mardi Gras #341931

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.84%

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

R = 41.27%
G = 19.84%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341931 (or 0x341931) is known color: Mardi Gras. HEX triplet: 34, 19 and 31. RGB value is (52,25,49). Sum of RGB (Red+Green+Blue) = 52+25+49=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 52 - color contains mainly: red. Hex color #341931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341931 is #CBE6CE. Grayscale: #232323. Windows color (decimal): -13362895 or 3217716. OLE color: 3217716.

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

Color convert

RGB 52 25 49 -
CMYK 0 0.52 0.06 0.80
HSL 306.67º 0.35% 0.15% -
HSV(B) 306.67º 0.52% 0.2% -
XYZ 2.32 1.65 3.1 -
YUV 35.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 52 25 49 0 0.52 0.06 0.80 306.67 0.35 0.15
Hex 34 19 31 0 34 6 50 133 23 F
Octal 64 31 61 0 64 6 120 463 43 17
Binary 110100 11001 110001 0 110100 110 1010000 100110011 100011 1111

Color Harmonies of #341931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341931

Black with #341931

Text Example


Text Example

White with #341931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341931; }

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

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

background-color css

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

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

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

border-color css

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

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

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