#340154

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

Shades of Blackcurrant #340154

Tints of Blackcurrant #340154

Color information

#340154 (or 0x340154) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 54. RGB value is (52,1,84). Sum of RGB (Red+Green+Blue) = 52+1+84=137 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.96% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 84 (33.20% from 255 or 61.31% from 137); Max value from RGB is 84 - color contains mainly: blue. Hex color #340154 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340154 is #CBFEAB. Grayscale: #191919. Windows color (decimal): -13369004 or 5505332. OLE color: 5505332.

HSL color Cylindrical-coordinate representation of color #340154: hue angle of 276.87º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340154 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB52184-
CMYK0.380.9900.67
HSL276.87º97.65%16.67%-
HSV(B)276.87º98.81%32.94%-
XYZ3.031.398.5-
YUV25.71160.9146.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.96%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 84 (33.20% from 255) = 61.31%
R=37.96%
G=0.73%
B=61.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal521840.380.9900.67276.8797.6516.67
Hex3415426630431156211
Octal64112446143010342514221
Binary11010011010100100110110001101000011100010101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340154; }

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

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

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

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

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

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

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

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