#340240

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

Shades of Blackcurrant #340240

Tints of Blackcurrant #340240

Color information

#340240 (or 0x340240) is unknown color: approx Blackcurrant. HEX triplet: 34, 02 and 40. RGB value is (52,2,64). Sum of RGB (Red+Green+Blue) = 52+2+64=118 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.07% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #340240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340240 is #CBFDBF. Grayscale: #171717. Windows color (decimal): -13368768 or 4194868. OLE color: 4194868.

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

Color convert

RGB52264-
CMYK0.190.9700.75
HSL288.39º93.94%12.94%-
HSV(B)288.39º96.88%25.1%-
XYZ2.361.144.95-
YUV24.02150.56147.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 44.07%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 64 (25.39% from 255) = 54.24%
R=44.07%
G=1.69%
B=54.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal522640.190.9700.75288.3993.9412.94
Hex34240136104B1205ed
Octal64210023141011344013615
Binary1101001010000001001111000010100101110010000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340240; }

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

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

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

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

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

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

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

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