#341640

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

Shades of Blackcurrant #341640

Tints of Blackcurrant #341640

Color information

#341640 (or 0x341640) is unknown color: approx Blackcurrant. HEX triplet: 34, 16 and 40. RGB value is (52,22,64). Sum of RGB (Red+Green+Blue) = 52+22+64=138 (18% of max value = 765). Red value is 52 (20.70% from 255 or 37.68% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 64 (25.39% from 255 or 46.38% from 138); Max value from RGB is 64 - color contains mainly: blue. Hex color #341640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341640 is #CBE9BF. Grayscale: #232323. Windows color (decimal): -13363648 or 4199988. OLE color: 4199988.

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

Color convert

RGB522264-
CMYK0.190.6600.75
HSL282.86º48.84%16.86%-
HSV(B)282.86º65.62%25.1%-
XYZ2.631.675.04-
YUV35.76143.94139.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 37.68%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 64 (25.39% from 255) = 46.38%
R=37.68%
G=15.94%
B=46.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5222640.190.6600.75282.8648.8416.86
Hex341640134204B11b3111
Octal64261002310201134336121
Binary1101001011010000001001110000100100101110001101111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341640; }

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

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

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

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

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

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

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

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