#340247

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

Shades of Blackcurrant #340247

Tints of Blackcurrant #340247

Color information

#340247 (or 0x340247) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 47. RGB value is (52,2,71). Sum of RGB (Red+Green+Blue) = 52+2+71=125 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.6% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #340247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340247 is #CBFDB8. Grayscale: #181818. Windows color (decimal): -13368761 or 4653620. OLE color: 4653620.

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

Color convert

RGB52271-
CMYK0.270.9700.72
HSL283.48º94.52%14.31%-
HSV(B)283.48º97.18%27.84%-
XYZ2.581.236.06-
YUV24.82154.06147.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.6%
GREEN value IS 2 (1.17% from 255) = 1.6%
BLUE value IS 71 (28.12% from 255) = 56.8%
R=41.6%
G=1.6%
B=56.8%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal522710.270.9700.72283.4894.5214.31
Hex342471B6104811b5fe
Octal64210733141011043313716
Binary1101001010001111101111000010100100010001101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340247; }

 p { color: rgb(52,2,71); }

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

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

 a { background-color: rgb(52,2,71); }

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

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

 span { border-color: rgb(52,2,71); }

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