#340444

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

Shades of Blackcurrant #340444

Tints of Blackcurrant #340444

Color information

#340444 (or 0x340444) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 44. RGB value is (52,4,68). Sum of RGB (Red+Green+Blue) = 52+4+68=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #340444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340444 is #CBFBBB. Grayscale: #191919. Windows color (decimal): -13368252 or 4457524. OLE color: 4457524.

HSL color Cylindrical-coordinate representation of color #340444: hue angle of 285º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340444 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52468-
CMYK0.240.9400.73
HSL285º88.89%14.12%-
HSV(B)285º94.12%26.67%-
XYZ2.51.235.58-
YUV25.65151.9146.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 41.94%
GREEN value IS 4 (1.95% from 255) = 3.23%
BLUE value IS 68 (26.95% from 255) = 54.84%
R=41.94%
G=3.23%
B=54.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal524680.240.9400.7328588.8914.12
Hex34444185E04911d59e
Octal64410430136011143513116
Binary11010010010001001100010111100100100110001110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340444; }

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

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

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

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

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

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

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

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