#340748

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

Shades of Blackcurrant #340748

Tints of Blackcurrant #340748

Color information

#340748 (or 0x340748) is unknown color: approx Blackcurrant. HEX triplet: 34, 07 and 48. RGB value is (52,7,72). Sum of RGB (Red+Green+Blue) = 52+7+72=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #340748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340748 is #CBF8B7. Grayscale: #1B1B1B. Windows color (decimal): -13367480 or 4720436. OLE color: 4720436.

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

Color convert

RGB52772-
CMYK0.280.9000.72
HSL281.54º82.28%15.49%-
HSV(B)281.54º90.28%28.24%-
XYZ2.661.356.25-
YUV27.86152.91145.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 72 (28.52% from 255) = 54.96%
R=39.69%
G=5.34%
B=54.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal527720.280.9000.72281.5482.2815.49
Hex347481C5A04811a52f
Octal64711034132011043212217
Binary11010011110010001110010110100100100010001101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340748; }

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

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

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

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

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

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

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

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