Html Css Color HEX #341331 Mardi Gras

📋 copy color: '#341331'

red 52 ◦ green 19 ◦ blue 49

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

Shades of Mardi Gras #341331

Tints of Mardi Gras #341331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.83%

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

R = 43.33%
G = 15.83%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341331 (or 0x341331) is known color: Mardi Gras. HEX triplet: 34, 13 and 31. RGB value is (52,19,49). Sum of RGB (Red+Green+Blue) = 52+19+49=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 52 - color contains mainly: red. Hex color #341331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341331 is #CBECCE. Grayscale: #202020. Windows color (decimal): -13364431 or 3216180. OLE color: 3216180.

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

Color convert

RGB 52 19 49 -
CMYK 0 0.63 0.06 0.80
HSL 305.45º 0.46% 0.14% -
HSV(B) 305.45º 0.63% 0.2% -
XYZ 2.2 1.42 3.06 -
YUV 32.29 137.43 142.06 -
System Red Green Blue C M Y K H S L
Decimal 52 19 49 0 0.63 0.06 0.80 305.45 0.46 0.14
Hex 34 13 31 0 3F 6 50 131 2E E
Octal 64 23 61 0 77 6 120 461 56 16
Binary 110100 10011 110001 0 111111 110 1010000 100110001 101110 1110

Color Harmonies of #341331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341331

Black with #341331

Text Example


Text Example

White with #341331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341331; }

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

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

background-color css

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

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

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

border-color css

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

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

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