#340342

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

Shades of Blackcurrant #340342

Tints of Blackcurrant #340342

Color information

#340342 (or 0x340342) is unknown color: approx Blackcurrant. HEX triplet: 34, 03 and 42. RGB value is (52,3,66). Sum of RGB (Red+Green+Blue) = 52+3+66=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #340342 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #340342 is #CBFCBD. Grayscale: #181818. Windows color (decimal): -13368510 or 4326196. OLE color: 4326196.

HSL color Cylindrical-coordinate representation of color #340342: hue angle of 286.67º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #340342 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB52366-
CMYK0.210.9500.74
HSL286.67º91.3%13.53%-
HSV(B)286.67º95.45%25.88%-
XYZ2.431.195.26-
YUV24.83151.23147.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 42.98%
GREEN value IS 3 (1.56% from 255) = 2.48%
BLUE value IS 66 (26.17% from 255) = 54.55%
R=42.98%
G=2.48%
B=54.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal523660.210.9500.74286.6791.313.53
Hex34342155F04A11f5be
Octal64310225137011243713316
Binary1101001110000101010110111110100101010001111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #340342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #340342; }

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

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

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

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

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

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

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

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