#340054

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

Shades of Blackcurrant #340054

Tints of Blackcurrant #340054

Color information

#340054 (or 0x340054) is unknown color: approx Blackcurrant. HEX triplet: 34, 00 and 54. RGB value is (52,0,84). Sum of RGB (Red+Green+Blue) = 52+0+84=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 84 (33.20% from 255 or 61.76% from 136); Max value from RGB is 84 - color contains mainly: blue. Hex color #340054 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340054 is #CBFFAB. Grayscale: #181818. Windows color (decimal): -13369260 or 5505076. OLE color: 5505076.

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

Color convert

RGB52084-
CMYK0.38100.67
HSL277.14º100%16.47%-
HSV(B)277.14º100%32.94%-
XYZ3.021.378.49-
YUV25.12161.23147.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 61.76%
R=38.24%
G=0%
B=61.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal520840.38100.67277.1410016.47
Hex3405426640431156410
Octal64012446144010342514420
Binary11010001010100100110110010001000011100010101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340054; }

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

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

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

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

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

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

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

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