#341646

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

Shades of Blackcurrant #341646

Tints of Blackcurrant #341646

Color information

#341646 (or 0x341646) is unknown color: approx Blackcurrant. HEX triplet: 34, 16 and 46. RGB value is (52,22,70). Sum of RGB (Red+Green+Blue) = 52+22+70=144 (19% of max value = 765). Red value is 52 (20.70% from 255 or 36.11% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 70 (27.73% from 255 or 48.61% from 144); Max value from RGB is 70 - color contains mainly: blue. Hex color #341646 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341646 is #CBE9B9. Grayscale: #242424. Windows color (decimal): -13363642 or 4593204. OLE color: 4593204.

HSL color Cylindrical-coordinate representation of color #341646: hue angle of 277.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #341646 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB522270-
CMYK0.260.6900.73
HSL277.5º52.17%18.04%-
HSV(B)277.5º68.57%27.45%-
XYZ2.811.755.98-
YUV36.44146.94139.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 36.11%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 70 (27.73% from 255) = 48.61%
R=36.11%
G=15.28%
B=48.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5222700.260.6900.73277.552.1718.04
Hex3416461A450491163412
Octal64261063210501114266422
Binary1101001011010001101101010001010100100110001011011010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341646; }

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

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

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

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

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

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

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

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