#341131

Color #341131 Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #341131

Tints of Mardi Gras #341131

Color information

#341131 (or 0x341131) is unknown color: approx 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

RGB521749-
CMYK00.670.060.80
HSL305.14º50.72%13.53%-
HSV(B)305.14º67.31%20.39%-
XYZ2.171.353.05-
YUV31.11138.1142.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52174900.670.060.80305.1450.7213.53
Hex34113104365013133e
Octal642161010361204616316
Binary110100100011100010100001111010100001001100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>