#340A51

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

Shades of Blackcurrant #340A51

Tints of Blackcurrant #340A51

Color information

#340A51 (or 0x340A51) is unknown color: approx Blackcurrant. HEX triplet: 34, 0A and 51. RGB value is (52,10,81). Sum of RGB (Red+Green+Blue) = 52+10+81=143 (18% of max value = 765). Red value is 52 (20.70% from 255 or 36.36% from 143); Green value is 10 (4.30% from 255 or 6.99% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #340A51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340A51 is #CBF5AE. Grayscale: #1E1E1E. Windows color (decimal): -13366703 or 5311028. OLE color: 5311028.

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

Color convert

RGB521081-
CMYK0.360.8800.68
HSL275.49º78.02%17.84%-
HSV(B)275.49º87.65%31.76%-
XYZ3.011.547.92-
YUV30.65156.41143.23-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.36%
GREEN value IS 10 (4.30% from 255) = 6.99%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=36.36%
G=6.99%
B=56.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5210810.360.8800.68275.4978.0217.84
Hex34A5124580441134e12
Octal641212144130010442311622
Binary11010010101010001100100101100001000100100010011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340A51; }

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

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

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

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

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

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

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

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