#340535

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

Shades of Mardi Gras #340535

Tints of Mardi Gras #340535

Color information

#340535 (or 0x340535) is unknown color: approx Mardi Gras. HEX triplet: 34, 05 and 35. RGB value is (52,5,53). Sum of RGB (Red+Green+Blue) = 52+5+53=110 (14% of max value = 765). Red value is 52 (20.70% from 255 or 47.27% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 53 (21.09% from 255 or 48.18% from 110); Max value from RGB is 53 - color contains mainly: blue. Hex color #340535 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340535 is #CBFACA. Grayscale: #181818. Windows color (decimal): -13368011 or 3474740. OLE color: 3474740.

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

Color convert

RGB52553-
CMYK0.020.9100.79
HSL298.75º82.76%11.37%-
HSV(B)298.75º90.57%20.78%-
XYZ2.111.13.47-
YUV24.52144.07147.6-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 47.27%
GREEN value IS 5 (2.34% from 255) = 4.55%
BLUE value IS 53 (21.09% from 255) = 48.18%
R=47.27%
G=4.55%
B=48.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal525530.020.9100.79298.7582.7611.37
Hex3453525B04F12b53b
Octal645652133011745312313
Binary1101001011101011010110110100111110010101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340535; }

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

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

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

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

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

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

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

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