#340E40

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

Shades of Blackcurrant #340E40

Tints of Blackcurrant #340E40

Color information

#340E40 (or 0x340E40) is unknown color: approx Blackcurrant. HEX triplet: 34, 0E and 40. RGB value is (52,14,64). Sum of RGB (Red+Green+Blue) = 52+14+64=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #340E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340E40 is #CBF1BF. Grayscale: #1E1E1E. Windows color (decimal): -13365696 or 4197940. OLE color: 4197940.

HSL color Cylindrical-coordinate representation of color #340E40: hue angle of 285.6º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #340E40 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB521464-
CMYK0.190.7800.75
HSL285.6º64.1%15.29%-
HSV(B)285.6º78.12%25.1%-
XYZ2.51.414.99-
YUV31.06146.59142.93-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 14 (5.86% from 255) = 10.77%
BLUE value IS 64 (25.39% from 255) = 49.23%
R=40%
G=10.77%
B=49.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5214640.190.7800.75285.664.115.29
Hex34E40134E04B11e40f
Octal641610023116011343610017
Binary110100111010000001001110011100100101110001111010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,14,64); }

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

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

 a { background-color: rgb(52,14,64); }

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

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

 span { border-color: rgb(52,14,64); }

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