#340B4E

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

Shades of Blackcurrant #340B4E

Tints of Blackcurrant #340B4E

Color information

#340B4E (or 0x340B4E) is unknown color: approx Blackcurrant. HEX triplet: 34, 0B and 4E. RGB value is (52,11,78). Sum of RGB (Red+Green+Blue) = 52+11+78=141 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.88% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 78 (30.86% from 255 or 55.32% from 141); Max value from RGB is 78 - color contains mainly: blue. Hex color #340B4E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340B4E is #CBF4B1. Grayscale: #1E1E1E. Windows color (decimal): -13366450 or 5114676. OLE color: 5114676.

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

Color convert

RGB521178-
CMYK0.330.8600.69
HSL276.72º75.28%17.45%-
HSV(B)276.72º85.9%30.59%-
XYZ2.911.527.35-
YUV30.9154.58143.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.88%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 78 (30.86% from 255) = 55.32%
R=36.88%
G=7.80%
B=55.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5211780.330.8600.69276.7275.2817.45
Hex34B4E21560451154b11
Octal641311641126010542511321
Binary11010010111001110100001101011001000101100010101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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