#340140

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

Shades of Blackcurrant #340140

Tints of Blackcurrant #340140

Color information

#340140 (or 0x340140) is unknown color: approx Blackcurrant. HEX triplet: 34, 01 and 40. RGB value is (52,1,64). Sum of RGB (Red+Green+Blue) = 52+1+64=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #340140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340140 is #CBFEBF. Grayscale: #171717. Windows color (decimal): -13369024 or 4194612. OLE color: 4194612.

HSL color Cylindrical-coordinate representation of color #340140: hue angle of 288.57º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340140 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52164-
CMYK0.190.9800.75
HSL288.57º96.92%12.75%-
HSV(B)288.57º98.44%25.1%-
XYZ2.351.124.94-
YUV23.43150.9148.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.44%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=44.44%
G=0.85%
B=54.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal521640.190.9800.75288.5796.9212.75
Hex34140136204B12161d
Octal64110023142011344114115
Binary110100110000001001111000100100101110010000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340140; }

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

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

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

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

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

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

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

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