#340F4E

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

Shades of Blackcurrant #340F4E

Tints of Blackcurrant #340F4E

Color information

#340F4E (or 0x340F4E) is unknown color: approx Blackcurrant. HEX triplet: 34, 0F and 4E. RGB value is (52,15,78). Sum of RGB (Red+Green+Blue) = 52+15+78=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 78 (30.86% from 255 or 53.79% from 145); Max value from RGB is 78 - color contains mainly: blue. Hex color #340F4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340F4E is #CBF0B1. Grayscale: #212121. Windows color (decimal): -13365426 or 5115700. OLE color: 5115700.

HSL color Cylindrical-coordinate representation of color #340F4E: hue angle of 275.24º degrees, saturation: 0.68, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #340F4E is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB521578-
CMYK0.330.8100.69
HSL275.24º67.74%18.24%-
HSV(B)275.24º80.77%30.59%-
XYZ2.961.627.36-
YUV33.25153.26141.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 78 (30.86% from 255) = 53.79%
R=35.86%
G=10.34%
B=53.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5215780.330.8100.69275.2467.7418.24
Hex34F4E21510451134412
Octal641711641121010542310422
Binary11010011111001110100001101000101000101100010011100010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340F4E; }

 p { color: rgb(52,15,78); }

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

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

 a { background-color: rgb(52,15,78); }

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

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

 span { border-color: rgb(52,15,78); }

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