#340339

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

Shades of Mardi Gras #340339

Tints of Mardi Gras #340339

Color information

#340339 (or 0x340339) is unknown color: approx Mardi Gras. HEX triplet: 34, 03 and 39. RGB value is (52,3,57). Sum of RGB (Red+Green+Blue) = 52+3+57=112 (14% of max value = 765). Red value is 52 (20.70% from 255 or 46.43% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #340339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340339 is #CBFCC6. Grayscale: #171717. Windows color (decimal): -13368519 or 3736372. OLE color: 3736372.

HSL color Cylindrical-coordinate representation of color #340339: hue angle of 294.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340339 is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB52357-
CMYK0.090.9500.78
HSL294.44º90%11.76%-
HSV(B)294.44º94.74%22.35%-
XYZ2.191.093.97-
YUV23.81146.73148.11-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 46.43%
GREEN value IS 3 (1.56% from 255) = 2.68%
BLUE value IS 57 (22.66% from 255) = 50.89%
R=46.43%
G=2.68%
B=50.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal523570.090.9500.78294.449011.76
Hex3433995F04E1265ac
Octal6437111137011644613214
Binary11010011111001100110111110100111010010011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340339; }

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

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

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

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

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

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

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

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