#340146

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

Shades of Blackcurrant #340146

Tints of Blackcurrant #340146

Color information

#340146 (or 0x340146) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 46. RGB value is (52,1,70). Sum of RGB (Red+Green+Blue) = 52+1+70=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #340146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340146 is #CBFEB9. Grayscale: #171717. Windows color (decimal): -13369018 or 4587828. OLE color: 4587828.

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

Color convert

RGB52170-
CMYK0.260.9900.73
HSL284.35º97.18%13.92%-
HSV(B)284.35º98.57%27.45%-
XYZ2.531.195.89-
YUV24.12153.9147.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.28%
GREEN value IS 1 (0.78% from 255) = 0.81%
BLUE value IS 70 (27.73% from 255) = 56.91%
R=42.28%
G=0.81%
B=56.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal521700.260.9900.73284.3597.1813.92
Hex341461A6304911c61e
Octal64110632143011143414116
Binary110100110001101101011000110100100110001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340146; }

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

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

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

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

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

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

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

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