#340744

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

Shades of Blackcurrant #340744

Tints of Blackcurrant #340744

Color information

#340744 (or 0x340744) is unknown color: approx Blackcurrant. HEX triplet: 34, 07 and 44. RGB value is (52,7,68). Sum of RGB (Red+Green+Blue) = 52+7+68=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #340744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340744 is #CBF8BB. Grayscale: #1B1B1B. Windows color (decimal): -13367484 or 4458292. OLE color: 4458292.

HSL color Cylindrical-coordinate representation of color #340744: hue angle of 284.26º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #340744 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52768-
CMYK0.240.9000.73
HSL284.26º81.33%14.71%-
HSV(B)284.26º89.71%26.67%-
XYZ2.541.35.59-
YUV27.41150.91145.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 7 (3.12% from 255) = 5.51%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=40.94%
G=5.51%
B=53.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal527680.240.9000.73284.2681.3314.71
Hex34744185A04911c51f
Octal64710430132011143412117
Binary11010011110001001100010110100100100110001110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340744; }

 p { color: rgb(52,7,68); }

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

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

 a { background-color: rgb(52,7,68); }

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

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

 span { border-color: rgb(52,7,68); }

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