#340645

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

Shades of Blackcurrant #340645

Tints of Blackcurrant #340645

Color information

#340645 (or 0x340645) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 45. RGB value is (52,6,69). Sum of RGB (Red+Green+Blue) = 52+6+69=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 69 (27.34% from 255 or 54.33% from 127); Max value from RGB is 69 - color contains mainly: blue. Hex color #340645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340645 is #CBF9BA. Grayscale: #1A1A1A. Windows color (decimal): -13367739 or 4523572. OLE color: 4523572.

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

Color convert

RGB52669-
CMYK0.250.9100.73
HSL283.81º84%14.71%-
HSV(B)283.81º91.3%27.06%-
XYZ2.561.295.74-
YUV26.94151.74145.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 69 (27.34% from 255) = 54.33%
R=40.94%
G=4.72%
B=54.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal526690.250.9100.73283.818414.71
Hex34645195B04911c54f
Octal64610531133011143412417
Binary11010011010001011100110110110100100110001110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340645; }

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

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

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

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

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

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

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

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