#340746

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

Shades of Blackcurrant #340746

Tints of Blackcurrant #340746

Color information

#340746 (or 0x340746) is unknown color: approx Blackcurrant. HEX triplet: 34, 07 and 46. RGB value is (52,7,70). Sum of RGB (Red+Green+Blue) = 52+7+70=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 7 (3.12% from 255 or 5.43% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #340746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340746 is #CBF8B9. Grayscale: #1B1B1B. Windows color (decimal): -13367482 or 4589364. OLE color: 4589364.

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

Color convert

RGB52770-
CMYK0.260.9000.73
HSL282.86º81.82%15.1%-
HSV(B)282.86º90%27.45%-
XYZ2.61.325.91-
YUV27.64151.91145.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 7 (3.12% from 255) = 5.43%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=40.31%
G=5.43%
B=54.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal527700.260.9000.73282.8681.8215.1
Hex347461A5A04911b52f
Octal64710632132011143312217
Binary11010011110001101101010110100100100110001101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340746; }

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

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

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

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

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

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

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

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