#341831

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

Shades of Mardi Gras #341831

Tints of Mardi Gras #341831

Color information

#341831 (or 0x341831) is unknown color: approx Mardi Gras. HEX triplet: 34, 18 and 31. RGB value is (52,24,49). Sum of RGB (Red+Green+Blue) = 52+24+49=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 52 - color contains mainly: red. Hex color #341831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341831 is #CBE7CE. Grayscale: #232323. Windows color (decimal): -13363151 or 3217460. OLE color: 3217460.

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

Color convert

RGB522449-
CMYK00.540.060.80
HSL306.43º36.84%14.9%-
HSV(B)306.43º53.85%20.39%-
XYZ2.31.613.09-
YUV35.22135.78139.97-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 49 (19.53% from 255) = 39.2%
R=41.6%
G=19.2%
B=39.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52244900.540.060.80306.4336.8414.9
Hex34183103665013225f
Octal64306106661204624517
Binary11010011000110001011011011010100001001100101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341831; }

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

 H1.HeaderClassName
 {
   color: #341831;
 }
 .AnyTagClassName
 {
   color: #341831;
 }
</style>
background-color css

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

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

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

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

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

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