#340354

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

Shades of Blackcurrant #340354

Tints of Blackcurrant #340354

Color information

#340354 (or 0x340354) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 54. RGB value is (52,3,84). Sum of RGB (Red+Green+Blue) = 52+3+84=139 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.41% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #340354 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340354 is #CBFCAB. Grayscale: #1A1A1A. Windows color (decimal): -13368492 or 5505844. OLE color: 5505844.

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

Color convert

RGB52384-
CMYK0.380.9600.67
HSL276.3º93.1%17.06%-
HSV(B)276.3º96.43%32.94%-
XYZ3.051.448.5-
YUV26.88160.23145.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.41%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 84 (33.20% from 255) = 60.43%
R=37.41%
G=2.16%
B=60.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal523840.380.9600.67276.393.117.06
Hex3435426600431145d11
Octal64312446140010342413521
Binary110100111010100100110110000001000011100010100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340354; }

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

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

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

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

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

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

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

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