#340448

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

Shades of Blackcurrant #340448

Tints of Blackcurrant #340448

Color information

#340448 (or 0x340448) is unknown color: approx Blackcurrant. HEX triplet: 34, 04 and 48. RGB value is (52,4,72). Sum of RGB (Red+Green+Blue) = 52+4+72=128 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.62% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #340448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340448 is #CBFBB7. Grayscale: #191919. Windows color (decimal): -13368248 or 4719668. OLE color: 4719668.

HSL color Cylindrical-coordinate representation of color #340448: hue angle of 282.35º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340448 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52472-
CMYK0.280.9400.72
HSL282.35º89.47%14.9%-
HSV(B)282.35º94.44%28.24%-
XYZ2.631.286.24-
YUV26.1153.9146.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.62%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 72 (28.52% from 255) = 56.25%
R=40.62%
G=3.12%
B=56.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal524720.280.9400.72282.3589.4714.9
Hex344481C5E04811a59f
Octal64411034136011043213117
Binary11010010010010001110010111100100100010001101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340448; }

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

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

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

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

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

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

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

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