#340335

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

Shades of Mardi Gras #340335

Tints of Mardi Gras #340335

Color information

#340335 (or 0x340335) is unknown color: approx Mardi Gras. HEX triplet: 34, 03 and 35. RGB value is (52,3,53). Sum of RGB (Red+Green+Blue) = 52+3+53=108 (14% of max value = 765). Red value is 52 (20.70% from 255 or 48.15% from 108); Green value is 3 (1.56% from 255 or 2.78% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #340335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340335 is #CBFCCA. Grayscale: #171717. Windows color (decimal): -13368523 or 3474228. OLE color: 3474228.

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

Color convert

RGB52353-
CMYK0.020.9400.79
HSL298.8º89.29%10.98%-
HSV(B)298.8º94.34%20.78%-
XYZ2.091.053.46-
YUV23.35144.73148.43-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 48.15%
GREEN value IS 3 (1.56% from 255) = 2.78%
BLUE value IS 53 (21.09% from 255) = 49.07%
R=48.15%
G=2.78%
B=49.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal523530.020.9400.79298.889.2910.98
Hex3433525E04F12b59b
Octal643652136011745313113
Binary110100111101011010111100100111110010101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340335; }

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

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

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

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

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

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

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

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