#340835

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

Shades of Mardi Gras #340835

Tints of Mardi Gras #340835

Color information

#340835 (or 0x340835) is unknown color: approx Mardi Gras. HEX triplet: 34, 08 and 35. RGB value is (52,8,53). Sum of RGB (Red+Green+Blue) = 52+8+53=113 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.02% from 113); Green value is 8 (3.52% from 255 or 7.08% from 113); Blue value is 53 (21.09% from 255 or 46.90% from 113); Max value from RGB is 53 - color contains mainly: blue. Hex color #340835 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340835 is #CBF7CA. Grayscale: #1A1A1A. Windows color (decimal): -13367243 or 3475508. OLE color: 3475508.

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

Color convert

RGB52853-
CMYK0.020.8500.79
HSL298.67º73.77%11.96%-
HSV(B)298.67º84.91%20.78%-
XYZ2.151.163.48-
YUV26.29143.08146.34-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.02%
GREEN value IS 8 (3.52% from 255) = 7.08%
BLUE value IS 53 (21.09% from 255) = 46.90%
R=46.02%
G=7.08%
B=46.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal528530.020.8500.79298.6773.7711.96
Hex3483525504F12b4ac
Octal6410652125011745311214
Binary11010010001101011010101010100111110010101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340835; }

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

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

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

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

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

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

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

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