#340351

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

Shades of Blackcurrant #340351

Tints of Blackcurrant #340351

Color information

#340351 (or 0x340351) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 51. RGB value is (52,3,81). Sum of RGB (Red+Green+Blue) = 52+3+81=136 (18% of max value = 765). Red value is 52 (20.70% from 255 or 38.24% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #340351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340351 is #CBFCAE. Grayscale: #1A1A1A. Windows color (decimal): -13368495 or 5309236. OLE color: 5309236.

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

Color convert

RGB52381-
CMYK0.360.9600.68
HSL277.69º92.86%16.47%-
HSV(B)277.69º96.3%31.76%-
XYZ2.931.397.9-
YUV26.54158.73146.16-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 38.24%
GREEN value IS 3 (1.56% from 255) = 2.21%
BLUE value IS 81 (32.03% from 255) = 59.56%
R=38.24%
G=2.21%
B=59.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal523810.360.9600.68277.6992.8616.47
Hex3435124600441165d10
Octal64312144140010442613520
Binary110100111010001100100110000001000100100010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340351; }

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

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

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

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

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

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

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

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