#340341

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

Shades of Blackcurrant #340341

Tints of Blackcurrant #340341

Color information

#340341 (or 0x340341) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 41. RGB value is (52,3,65). Sum of RGB (Red+Green+Blue) = 52+3+65=120 (15% of max value = 765). Red value is 52 (20.70% from 255 or 43.33% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #340341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340341 is #CBFCBE. Grayscale: #181818. Windows color (decimal): -13368511 or 4260660. OLE color: 4260660.

HSL color Cylindrical-coordinate representation of color #340341: hue angle of 287.42º 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 #340341 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB52365-
CMYK0.200.9500.75
HSL287.42º91.18%13.33%-
HSV(B)287.42º95.38%25.49%-
XYZ2.41.185.1-
YUV24.72150.73147.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 43.33%
GREEN value IS 3 (1.56% from 255) = 2.5%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=43.33%
G=2.5%
B=54.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal523650.200.9500.75287.4291.1813.33
Hex34341145F04B11f5bd
Octal64310124137011343713315
Binary1101001110000011010010111110100101110001111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340341; }

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

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

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

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

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

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

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

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