#341035

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

Shades of Mardi Gras #341035

Tints of Mardi Gras #341035

Color information

#341035 (or 0x341035) is unknown color: approx Mardi Gras. HEX triplet: 34, 10 and 35. RGB value is (52,16,53). Sum of RGB (Red+Green+Blue) = 52+16+53=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #341035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341035 is #CBEFCA. Grayscale: #1E1E1E. Windows color (decimal): -13365195 or 3477556. OLE color: 3477556.

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

Color convert

RGB521653-
CMYK0.020.7000.79
HSL298.38º53.62%13.53%-
HSV(B)298.38º69.81%20.78%-
XYZ2.241.363.51-
YUV30.98140.43142.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 16 (6.64% from 255) = 13.22%
BLUE value IS 53 (21.09% from 255) = 43.80%
R=42.98%
G=13.22%
B=43.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5216530.020.7000.79298.3853.6213.53
Hex34103524604F12a36e
Octal642065210601174526616
Binary11010010000110101101000110010011111001010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341035; }

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

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

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

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

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

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

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

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