#340340

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

Shades of Blackcurrant #340340

Tints of Blackcurrant #340340

Color information

#340340 (or 0x340340) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 40. RGB value is (52,3,64). Sum of RGB (Red+Green+Blue) = 52+3+64=119 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.70% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #340340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340340 is #CBFCBF. Grayscale: #181818. Windows color (decimal): -13368512 or 4195124. OLE color: 4195124.

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

Color convert

RGB52364-
CMYK0.190.9500.75
HSL288.2º91.04%13.14%-
HSV(B)288.2º95.31%25.1%-
XYZ2.371.174.95-
YUV24.6150.23147.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.70%
GREEN value IS 3 (1.56% from 255) = 2.52%
BLUE value IS 64 (25.39% from 255) = 53.78%
R=43.70%
G=2.52%
B=53.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal523640.190.9500.75288.291.0413.14
Hex34340135F04B1205bd
Octal64310023137011344013315
Binary1101001110000001001110111110100101110010000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340340; }

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

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

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

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

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

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

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

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