#340648

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

Shades of Blackcurrant #340648

Tints of Blackcurrant #340648

Color information

#340648 (or 0x340648) is unknown color: approx Blackcurrant. HEX triplet: 34, 06 and 48. RGB value is (52,6,72). Sum of RGB (Red+Green+Blue) = 52+6+72=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #340648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340648 is #CBF9B7. Grayscale: #1B1B1B. Windows color (decimal): -13367736 or 4720180. OLE color: 4720180.

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

Color convert

RGB52672-
CMYK0.280.9200.72
HSL281.82º84.62%15.29%-
HSV(B)281.82º91.67%28.24%-
XYZ2.651.336.25-
YUV27.28153.24145.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 4.62%
BLUE value IS 72 (28.52% from 255) = 55.38%
R=40%
G=4.62%
B=55.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal526720.280.9200.72281.8284.6215.29
Hex346481C5C04811a55f
Octal64611034134011043212517
Binary11010011010010001110010111000100100010001101010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340648; }

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

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

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

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

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

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

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

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