#340554

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

Shades of Blackcurrant #340554

Tints of Blackcurrant #340554

Color information

#340554 (or 0x340554) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 54. RGB value is (52,5,84). Sum of RGB (Red+Green+Blue) = 52+5+84=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 84 (33.20% from 255 or 59.57% from 141); Max value from RGB is 84 - color contains mainly: blue. Hex color #340554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340554 is #CBFAAB. Grayscale: #1B1B1B. Windows color (decimal): -13367980 or 5506356. OLE color: 5506356.

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

Color convert

RGB52584-
CMYK0.380.9400.67
HSL275.7º88.76%17.45%-
HSV(B)275.7º94.05%32.94%-
XYZ3.071.488.51-
YUV28.06159.57145.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 84 (33.20% from 255) = 59.57%
R=36.88%
G=3.55%
B=59.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal525840.380.9400.67275.788.7617.45
Hex34554265E0431145911
Octal64512446136010342413121
Binary1101001011010100100110101111001000011100010100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340554; }

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

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

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

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

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

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

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

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