#341746

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

Shades of Blackcurrant #341746

Tints of Blackcurrant #341746

Color information

#341746 (or 0x341746) is unknown color: approx Blackcurrant. HEX triplet: 34, 17 and 46. RGB value is (52,23,70). Sum of RGB (Red+Green+Blue) = 52+23+70=145 (19% of max value = 765). Red value is 52 (20.70% from 255 or 35.86% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #341746 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #341746 is #CBE8B9. Grayscale: #242424. Windows color (decimal): -13363386 or 4593460. OLE color: 4593460.

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

Color convert

RGB522370-
CMYK0.260.6700.73
HSL277.02º50.54%18.24%-
HSV(B)277.02º67.14%27.45%-
XYZ2.831.795.99-
YUV37.03146.61138.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 35.86%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=35.86%
G=15.86%
B=48.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5223700.260.6700.73277.0250.5418.24
Hex3417461A430491153312
Octal64271063210301114256322
Binary1101001011110001101101010000110100100110001010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341746; }

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

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

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

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

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

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

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

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