#341335

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

Shades of Mardi Gras #341335

Tints of Mardi Gras #341335

Color information

#341335 (or 0x341335) is unknown color: approx Mardi Gras. HEX triplet: 34, 13 and 35. RGB value is (52,19,53). Sum of RGB (Red+Green+Blue) = 52+19+53=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 53 (21.09% from 255 or 42.74% from 124); Max value from RGB is 53 - color contains mainly: blue. Hex color #341335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341335 is #CBECCA. Grayscale: #202020. Windows color (decimal): -13364427 or 3478324. OLE color: 3478324.

HSL color Cylindrical-coordinate representation of color #341335: hue angle of 298.24º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #341335 is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB521953-
CMYK0.020.6400.79
HSL298.24º47.22%14.12%-
HSV(B)298.24º64.15%20.78%-
XYZ2.291.453.53-
YUV32.74139.43141.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 19 (7.81% from 255) = 15.32%
BLUE value IS 53 (21.09% from 255) = 42.74%
R=41.94%
G=15.32%
B=42.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5219530.020.6400.79298.2447.2214.12
Hex34133524004F12a2fe
Octal642365210001174525716
Binary11010010011110101101000000010011111001010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341335; }

 p { color: rgb(52,19,53); }

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

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

 a { background-color: rgb(52,19,53); }

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

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

 span { border-color: rgb(52,19,53); }

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