#342640

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

Shades of Blackcurrant #342640

Tints of Blackcurrant #342640

Color information

#342640 (or 0x342640) is unknown color: approx Blackcurrant. HEX triplet: 34, 26 and 40. RGB value is (52,38,64). Sum of RGB (Red+Green+Blue) = 52+38+64=154 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.77% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 64 (25.39% from 255 or 41.56% from 154); Max value from RGB is 64 - color contains mainly: blue. Hex color #342640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342640 is #CBD9BF. Grayscale: #2D2D2D. Windows color (decimal): -13359552 or 4204084. OLE color: 4204084.

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

Color convert

RGB523864-
CMYK0.190.4100.75
HSL272.31º25.49%20%-
HSV(B)272.31º40.62%25.1%-
XYZ3.032.495.17-
YUV45.15138.64132.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.77%
GREEN value IS 38 (15.23% from 255) = 24.68%
BLUE value IS 64 (25.39% from 255) = 41.56%
R=33.77%
G=24.68%
B=41.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5238640.190.4100.75272.3125.4920
Hex342640132904B1101914
Octal6446100235101134203124
Binary110100100110100000010011101001010010111000100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342640; }

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

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

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

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

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

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

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

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