#340548

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

Shades of Blackcurrant #340548

Tints of Blackcurrant #340548

Color information

#340548 (or 0x340548) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 48. RGB value is (52,5,72). Sum of RGB (Red+Green+Blue) = 52+5+72=129 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40.31% from 129); Green value is 5 (2.34% from 255 or 3.88% from 129); Blue value is 72 (28.52% from 255 or 55.81% from 129); Max value from RGB is 72 - color contains mainly: blue. Hex color #340548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340548 is #CBFAB7. Grayscale: #1A1A1A. Windows color (decimal): -13367992 or 4719924. OLE color: 4719924.

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

Color convert

RGB52572-
CMYK0.280.9300.72
HSL282.09º87.01%15.1%-
HSV(B)282.09º93.06%28.24%-
XYZ2.641.316.24-
YUV26.69153.57146.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.31%
GREEN value IS 5 (2.34% from 255) = 3.88%
BLUE value IS 72 (28.52% from 255) = 55.81%
R=40.31%
G=3.88%
B=55.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal525720.280.9300.72282.0987.0115.1
Hex345481C5D04811a57f
Octal64511034135011043212717
Binary11010010110010001110010111010100100010001101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340548; }

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

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

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

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

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

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

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

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