#341931

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

Shades of Mardi Gras #341931

Tints of Mardi Gras #341931

Color information

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

RGB522549-
CMYK00.520.060.80
HSL306.67º35.06%15.1%-
HSV(B)306.67º51.92%20.39%-
XYZ2.321.653.1-
YUV35.81135.45139.55-

RGB Variations

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

RGB

RED value IS 52 (20.70% 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 (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52254900.520.060.80306.6735.0615.1
Hex34193103465013323f
Octal64316106461204634317
Binary11010011001110001011010011010100001001100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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