#341631

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

Shades of Mardi Gras #341631

Tints of Mardi Gras #341631

Color information

#341631 (or 0x341631) is unknown color: approx Mardi Gras. HEX triplet: 34, 16 and 31. RGB value is (52,22,49). Sum of RGB (Red+Green+Blue) = 52+22+49=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 49 (19.53% from 255 or 39.84% from 123); Max value from RGB is 52 - color contains mainly: red. Hex color #341631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341631 is #CBE9CE. Grayscale: #212121. Windows color (decimal): -13363663 or 3216948. OLE color: 3216948.

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

Color convert

RGB522249-
CMYK00.580.060.80
HSL306º40.54%14.51%-
HSV(B)306º57.69%20.39%-
XYZ2.261.533.08-
YUV34.05136.44140.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 49 (19.53% from 255) = 39.84%
R=42.28%
G=17.89%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52224900.580.060.8030640.5414.51
Hex34163103A65013229f
Octal64266107261204625117
Binary11010010110110001011101011010100001001100101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341631; }

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

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

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

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

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

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

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

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