#340551

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

Shades of Blackcurrant #340551

Tints of Blackcurrant #340551

Color information

#340551 (or 0x340551) is unknown color: approx Blackcurrant. HEX triplet: 34, 05 and 51. RGB value is (52,5,81). Sum of RGB (Red+Green+Blue) = 52+5+81=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 5 (2.34% from 255 or 3.62% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #340551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340551 is #CBFAAE. Grayscale: #1B1B1B. Windows color (decimal): -13367983 or 5309748. OLE color: 5309748.

HSL color Cylindrical-coordinate representation of color #340551: hue angle of 277.11º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340551 is Cyan = 0.36, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB52581-
CMYK0.360.9400.68
HSL277.11º88.37%16.86%-
HSV(B)277.11º93.83%31.76%-
XYZ2.961.437.91-
YUV27.72158.07145.32-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 5 (2.34% from 255) = 3.62%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=37.68%
G=3.62%
B=58.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal525810.360.9400.68277.1188.3716.86
Hex34551245E0441155811
Octal64512144136010442513021
Binary1101001011010001100100101111001000100100010101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340551; }

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

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

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

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

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

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

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

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