#340546

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

Shades of Blackcurrant #340546

Tints of Blackcurrant #340546

Color information

#340546 (or 0x340546) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 46. RGB value is (52,5,70). Sum of RGB (Red+Green+Blue) = 52+5+70=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 70 (27.73% from 255 or 55.12% from 127); Max value from RGB is 70 - color contains mainly: blue. Hex color #340546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340546 is #CBFAB9. Grayscale: #1A1A1A. Windows color (decimal): -13367994 or 4588852. OLE color: 4588852.

HSL color Cylindrical-coordinate representation of color #340546: hue angle of 283.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #340546 is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52570-
CMYK0.260.9300.73
HSL283.38º86.67%14.71%-
HSV(B)283.38º92.86%27.45%-
XYZ2.581.285.91-
YUV26.46152.57146.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 5 (2.34% from 255) = 3.94%
BLUE value IS 70 (27.73% from 255) = 55.12%
R=40.94%
G=3.94%
B=55.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal525700.260.9300.73283.3886.6714.71
Hex345461A5D04911b57f
Octal64510632135011143312717
Binary11010010110001101101010111010100100110001101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340546; }

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

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

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

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

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

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

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

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