#340151

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

Shades of Blackcurrant #340151

Tints of Blackcurrant #340151

Color information

#340151 (or 0x340151) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 51. RGB value is (52,1,81). Sum of RGB (Red+Green+Blue) = 52+1+81=134 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.81% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 81 (32.03% from 255 or 60.45% from 134); Max value from RGB is 81 - color contains mainly: blue. Hex color #340151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340151 is #CBFEAE. Grayscale: #191919. Windows color (decimal): -13369007 or 5308724. OLE color: 5308724.

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

Color convert

RGB52181-
CMYK0.360.9900.68
HSL278.25º97.56%16.08%-
HSV(B)278.25º98.77%31.76%-
XYZ2.911.357.89-
YUV25.37159.4147-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.81%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 81 (32.03% from 255) = 60.45%
R=38.81%
G=0.75%
B=60.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal521810.360.9900.68278.2597.5616.08
Hex3415124630441166210
Octal64112144143010442614220
Binary11010011010001100100110001101000100100010110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340151; }

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

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

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

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

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

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

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

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