Html Css Color HEX #341131 Mardi Gras

📋 copy color: '#341131'

red 52 ◦ green 17 ◦ blue 49

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

Shades of Mardi Gras #341131

Tints of Mardi Gras #341131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

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

R = 44.07%
G = 14.41%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

#341131 (or 0x341131) is known color: Mardi Gras. HEX triplet: 34, 11 and 31. RGB value is (52,17,49). Sum of RGB (Red+Green+Blue) = 52+17+49=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 52 - color contains mainly: red. Hex color #341131 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341131 is #CBEECE. Grayscale: #1F1F1F. Windows color (decimal): -13364943 or 3215668. OLE color: 3215668.

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

Color convert

RGB 52 17 49 -
CMYK 0 0.67 0.06 0.80
HSL 305.14º 0.51% 0.14% -
HSV(B) 305.14º 0.67% 0.2% -
XYZ 2.17 1.35 3.05 -
YUV 31.11 138.1 142.9 -
System Red Green Blue C M Y K H S L
Decimal 52 17 49 0 0.67 0.06 0.80 305.14 0.51 0.14
Hex 34 11 31 0 43 6 50 131 33 E
Octal 64 21 61 0 103 6 120 461 63 16
Binary 110100 10001 110001 0 1000011 110 1010000 100110001 110011 1110

Color Harmonies of #341131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341131

Black with #341131

Text Example


Text Example

White with #341131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #341131; }

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

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

background-color css

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

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

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

border-color css

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

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

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