#340545

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

Shades of Blackcurrant #340545

Tints of Blackcurrant #340545

Color information

#340545 (or 0x340545) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 45. RGB value is (52,5,69). Sum of RGB (Red+Green+Blue) = 52+5+69=126 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.27% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 69 (27.34% from 255 or 54.76% from 126); Max value from RGB is 69 - color contains mainly: blue. Hex color #340545 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340545 is #CBFABA. Grayscale: #1A1A1A. Windows color (decimal): -13367995 or 4523316. OLE color: 4523316.

HSL color Cylindrical-coordinate representation of color #340545: hue angle of 284.06º degrees, saturation: 0.86, 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 #340545 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52569-
CMYK0.250.9300.73
HSL284.06º86.49%14.51%-
HSV(B)284.06º92.75%27.06%-
XYZ2.541.275.74-
YUV26.35152.07146.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.27%
GREEN value IS 5 (2.34% from 255) = 3.97%
BLUE value IS 69 (27.34% from 255) = 54.76%
R=41.27%
G=3.97%
B=54.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal525690.250.9300.73284.0686.4914.51
Hex34545195D04911c56f
Octal64510531135011143412617
Binary11010010110001011100110111010100100110001110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340545; }

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

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

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

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

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

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

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

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