#342341

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

Shades of Blackcurrant #342341

Tints of Blackcurrant #342341

Color information

#342341 (or 0x342341) is unknown color: approx Blackcurrant. HEX triplet: 34, 23 and 41. RGB value is (52,35,65). Sum of RGB (Red+Green+Blue) = 52+35+65=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 35 (14.06% from 255 or 23.03% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #342341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342341 is #CBDCBE. Grayscale: #2B2B2B. Windows color (decimal): -13360319 or 4268852. OLE color: 4268852.

HSL color Cylindrical-coordinate representation of color #342341: hue angle of 274º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #342341 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB523565-
CMYK0.200.4600.75
HSL274º30%19.61%-
HSV(B)274º46.15%25.49%-
XYZ2.972.315.29-
YUV43.5140.13134.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 35 (14.06% from 255) = 23.03%
BLUE value IS 65 (25.78% from 255) = 42.76%
R=34.21%
G=23.03%
B=42.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5235650.200.4600.752743019.61
Hex342341142E04B1121e14
Octal6443101245601134223624
Binary110100100011100000110100101110010010111000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342341; }

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

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

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

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

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

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

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

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